From fe2263a83f17c6e1fc460d537d03ac94292e4537 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Wed, 28 Nov 2018 20:49:50 +0200 Subject: [PATCH] CI: Update the deploy image url --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ea1984a..d8478d8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ deploy: - image: 'registry.freedesktop.org/gstreamer/gst-ci/amd64/fedora-build:latest' + image: 'registry.freedesktop.org/gstreamer/gst-ci/amd64/fedora:latest' stage: deploy script: -- 2.7.4