diff options
author | Jürg Billeter <j@bitron.ch> | 2019-12-10 16:27:34 +0100 |
---|---|---|
committer | Jürg Billeter <j@bitron.ch> | 2019-12-17 14:24:48 +0100 |
commit | 5694ddb3247a6a8e45950713258410c22f3399a8 (patch) | |
tree | 230282410c3421655d0be52a7b9c6142ab9bd32b | |
parent | 2c477a9b85e7766a1529057e99c2a52cd6b268b9 (diff) | |
download | buildstream-5694ddb3247a6a8e45950713258410c22f3399a8.tar.gz |
.gitlab-ci.yml: Update docker image
This adds userchroot and buildbox-run-userchroot.
-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 186b97af7..eca2eb8a3 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-101787517 + DOCKER_IMAGE_VERSION: master-103717922 PYTEST_ADDOPTS: "--color=yes" INTEGRATION_CACHE: "${CI_PROJECT_DIR}/cache/integration-cache" PYTEST_ARGS: "--color=yes --integration -n 2" |