summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2020-04-28 19:17:33 +0200
committerJürg Billeter <j@bitron.ch>2020-04-28 19:18:57 +0200
commitd828169bc80fed705b665fde1ef9d1794c633b7a (patch)
treec99cf13366e2b73573819f76562e1f6bd1b1de2d /.gitlab-ci.yml
parentf142dce1902ceadf5ec8df62cb94a50f389b60c8 (diff)
downloadbuildstream-d828169bc80fed705b665fde1ef9d1794c633b7a.tar.gz
.gitlab-ci.yml: Update Docker images
The fuse3 package is required for buildbox-fuse on Debian.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e9977ffb2..37eb2bba9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -24,7 +24,7 @@ variables:
# Our own variables
# Version of the docker images we should use for all the images.
# This is taken from buildstream/buildstream-docker-images
- DOCKER_IMAGE_VERSION: master-138527946
+ DOCKER_IMAGE_VERSION: master-140747994
PYTEST_ADDOPTS: "--color=yes"
INTEGRATION_CACHE: "${CI_PROJECT_DIR}/cache/integration-cache"
PYTEST_ARGS: "--color=yes --integration -n 2"