Use the v9 image for ci runs

The v9 image add sysprof-devel, so we can build
and run performance tests using libsysprof.
This commit is contained in:
Matthias Clasen 2020-01-21 19:30:59 -05:00
parent 704a659438
commit c8485af819

View File

@ -13,7 +13,7 @@ stages:
- subprojects/pango/ - subprojects/pango/
fedora-x86_64: &fedora-x86_64-defaults 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 stage: build
script: script:
- bash -x ./.gitlab-ci/test-docker.sh - bash -x ./.gitlab-ci/test-docker.sh