From 4c106084519e091269541084703ff1b298727330 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Fri, 25 Nov 2022 21:52:40 +0100 Subject: [PATCH] ci: Bump ci image The new one includes a newer python-dbusmock. Part-of: --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 66662f433..c712bc586 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,7 @@ stages: - deploy default: - image: registry.gitlab.gnome.org/gnome/mutter/fedora/36:x86_64-2022-09-01.0 + image: registry.gitlab.gnome.org/gnome/mutter/fedora/36:x86_64-2022-11-25.0 # Cancel jobs if newer commits are pushed to the branch interruptible: true # Auto-retry jobs in case of infra failures