From 26cd85ea61fc3f126f969c1a0a257a49fd61c9b5 Mon Sep 17 00:00:00 2001 From: Ondrej Holy Date: Tue, 10 Jul 2018 15:14:31 +0200 Subject: 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. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitlab-ci.yml') 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 -- cgit v1.2.1