From c8485af8192050dcc8889f44d6b183ac726801d2 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 21 Jan 2020 19:30:59 -0500 Subject: [PATCH] Use the v9 image for ci runs The v9 image add sysprof-devel, so we can build and run performance tests using libsysprof. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 84d250a1b1..dbb0259b78 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,7 @@ stages: - subprojects/pango/ fedora-x86_64: &fedora-x86_64-defaults - image: registry.gitlab.gnome.org/gnome/gtk/master:v8 + image: registry.gitlab.gnome.org/gnome/gtk/master:v9 stage: build script: - bash -x ./.gitlab-ci/test-docker.sh