summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2018-07-10 15:14:31 +0200
committerOndrej Holy <oholy@redhat.com>2018-07-10 15:14:31 +0200
commit26cd85ea61fc3f126f969c1a0a257a49fd61c9b5 (patch)
tree4f9cceaaca47130495880480f516b60e925ed6a4 /.gitlab-ci.yml
parent450ce5509a17abc4253ff530ba2c14dceb9f32c5 (diff)
downloadgvfs-26cd85ea61fc3f126f969c1a0a257a49fd61c9b5.tar.gz
ci: Use image with glib master
It often happens that Fedora rawhide doesn't contain the latest GLib, or even GLib is not yet released, which breaks CI for new features. Let's include the latest Glib in our Docker image.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3c6a2729..cdb72981 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: registry.gitlab.gnome.org/gnome/gvfs/master
+image: registry.gitlab.gnome.org/gnome/gvfs/master:v1
build:
stage: build