diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 03c7f9786..2b5c9d656 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,7 @@ variables: - merge_requests check_commit_log: - image: registry.gitlab.gnome.org/gnome/mutter/master:v2 + image: registry.gitlab.gnome.org/gnome/mutter/master:v3 stage: review variables: GIT_DEPTH: "100" @@ -47,7 +47,7 @@ eslint: when: always build: - image: registry.gitlab.gnome.org/gnome/mutter/master:v2 + image: registry.gitlab.gnome.org/gnome/mutter/master:v3 stage: build before_script: - .gitlab-ci/checkout-mutter.sh @@ -65,7 +65,7 @@ build: - build test: - image: registry.gitlab.gnome.org/gnome/mutter/master:v2 + image: registry.gitlab.gnome.org/gnome/mutter/master:v3 stage: test variables: XDG_RUNTIME_DIR: "$CI_PROJECT_DIR/runtime-dir" @@ -81,7 +81,7 @@ test: when: on_failure test-pot: - image: registry.gitlab.gnome.org/gnome/mutter/master:v2 + image: registry.gitlab.gnome.org/gnome/mutter/master:v3 stage: test before_script: - ninja -C mutter/build install