diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-01-21 19:30:59 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-01-21 19:30:59 -0500 |
commit | c8485af8192050dcc8889f44d6b183ac726801d2 (patch) | |
tree | 320e7576647e0508cc2d77d837a2c2fa3fa12a07 /.gitlab-ci.yml | |
parent | 704a659438a4e837d0289ebe0b521a7c3516d1f7 (diff) | |
download | gtk+-c8485af8192050dcc8889f44d6b183ac726801d2.tar.gz |
Use the v9 image for ci runs
The v9 image add sysprof-devel, so we can build
and run performance tests using libsysprof.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |