diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2019-04-13 14:18:14 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2019-04-13 14:18:14 +0100 |
commit | 3412d18dc22c991361b1dfacfba939e0249ebb6b (patch) | |
tree | 8050fe732c59611b88a7b092329e22f554d3e7dd /.gitlab-ci.yml | |
parent | 3bc8ab91a2694380fc7c46d2b53351be8e6f12f3 (diff) | |
download | gtk+-3412d18dc22c991361b1dfacfba939e0249ebb6b.tar.gz |
ci: Use the v5 CI image
Otherwise the dependencies for the HTML report won't be available.
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 6528a6f149..cbd9e09728 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,7 @@ stages: - subprojects/pango/ fedora-x86_64: - image: registry.gitlab.gnome.org/gnome/gtk/master:v4 + image: registry.gitlab.gnome.org/gnome/gtk/master:v5 stage: build script: - bash -x ./.gitlab-ci/test-docker.sh |