summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2020-02-28 10:14:27 +0100
committerOndrej Holy <oholy@redhat.com>2020-02-28 12:05:08 +0100
commit4b6cfb236b2da836e09dc2401e130069cb0c942c (patch)
treeb7c8e0c7c62493871f88b09d0fb891b347a1ff8f
parent1c9101486ebad153429ec66a54a38dc997eee3af (diff)
downloadgvfs-fix-ci.tar.gz
ci: Fix gnome-build-meta jobfix-ci
Update docker image and also add the privileged tag as it fails otherwise with "fuse: device not found, try 'modprobe fuse' first" error.
-rw-r--r--.gitlab-ci.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3c40b75d..d2c5af40 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,10 +10,12 @@ fedora:
.gnome-build-meta-template: &gnome-build-meta
variables:
- DOCKER_IMAGE_ID: 'e593f441b6ac7536b0e35a4354dc20c6c123f6b5'
+ DOCKER_IMAGE_ID: '80f4a16af18b8641874fe037710dcaad4710ff50'
DOCKER_REGISTRY: "registry.gitlab.com/freedesktop-sdk/infrastructure/freedesktop-sdk-docker-images"
DOCKER_AMD64: "${DOCKER_REGISTRY}/bst14/amd64:${DOCKER_IMAGE_ID}"
image: "${DOCKER_AMD64}"
+ tags:
+ - privileged
before_script:
- git clone --depth 1 https://gitlab.gnome.org/GNOME/gnome-build-meta.git
script: