From 642fc410983fa44d0318b2f7e6c42b82576e7c19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Piotrowski?= Date: Wed, 27 Jul 2022 12:51:58 +0200 Subject: Update (or drop) the Docker image used by Flatpak job The gnome-runtime-images have been recently migrated to Quay. This is already reflected in the template. Please note this MR has been created semi-automatically. If it doesn't make sense, feel free to close it. --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 024654bd..5148c018 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -101,7 +101,7 @@ old-i386-py3: gnome-master: allow_failure: true stage: build_and_test - image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master + image: quay.io/gnome_infrastructure/gnome-runtime-images:gnome-master tags: - flatpak script: @@ -110,11 +110,11 @@ gnome-master: gnome-master-gtk4: allow_failure: true stage: build_and_test - image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master + image: quay.io/gnome_infrastructure/gnome-runtime-images:gnome-master tags: - flatpak script: - xvfb-run -a flatpak run --filesystem=host --share=network --socket=x11 --command=bash org.gnome.Sdk//master -x .gitlab-ci/test-flatpak-gtk4.sh artifacts: paths: - - coverage/ \ No newline at end of file + - coverage/ -- cgit v1.2.1