summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci')
-rwxr-xr-x.gitlab-ci/run-docker.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/run-docker.sh b/.gitlab-ci/run-docker.sh
index 5f8f1a01..4e8e0e11 100755
--- a/.gitlab-ci/run-docker.sh
+++ b/.gitlab-ci/run-docker.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-TAG="registry.gitlab.gnome.org/gnome/gvfs/master:v3"
+TAG="registry.gitlab.gnome.org/gnome/gvfs/master:v4"
if [[ "$1" == "--no-cache" ]]; then
NOCACHE="--no-cache"