ci: Use v3 of the Docker image for CI builds

Don’t update to the full CI setup from master, since its success depends
on other fixes which are only present in master. However, using v1 of
the Docker image is no longer possible since it’s been removed from the
registry. Using v3 should enable CI builds for glib-2-56 to succeed.

Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
Philip Withnall
2018-06-13 14:07:18 +01:00
parent c0e6cc3a40
commit 4a27a88d29

View File

@@ -1,4 +1,4 @@
image: registry.gitlab.gnome.org/gnome/glib/master:v1
image: registry.gitlab.gnome.org/gnome/glib/master:v3
stages:
- build