diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2018-03-13 16:05:03 +0000 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2018-03-13 16:05:03 +0000 |
commit | 44469197d500e6a5812a3b595c7633c708f53a8b (patch) | |
tree | 8a65ee6a173d1ae8bb5a4647453de7ff7221f90a /.gitlab-ci.yml | |
parent | 9d045db142df369bca8795315d3c6c967a99ddd3 (diff) | |
download | gtk+-44469197d500e6a5812a3b595c7633c708f53a8b.tar.gz |
ci: Use a different Docker image
I've rebuilt the new Docker image we use for CI to include GStreamer in
the dependencies.
We really need to have the Docker registry hosted on gnome.org, to avoid
pointing people at Dockerhub.
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 e23a161728..9bae24e751 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: lazka/gitlab-gtk:v1 +image: ebassi/gitlab-gtk:latest stages: - build |