diff options
author | Jürg Billeter <j@bitron.ch> | 2020-11-19 10:47:46 +0100 |
---|---|---|
committer | Jürg Billeter <j@bitron.ch> | 2020-11-24 08:24:39 +0100 |
commit | 83b208bd518821295ff6965863335f723adb942d (patch) | |
tree | 35bcb4432c9ba94c3e586ca2a731a02f003e405e | |
parent | e831b7ddf72f1f6e6280d3f938849a68b77873eb (diff) | |
download | buildstream-juerg/buildbox.tar.gz |
wip: .gitlab-ci.yml: Update BuildBoxjuerg/buildbox
-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 2031e2791..78aba38a7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,7 +25,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-210859421 + DOCKER_IMAGE_VERSION: juerg-buildbox-wip-220352489 PYTEST_ADDOPTS: "--color=yes" INTEGRATION_CACHE: "${CI_PROJECT_DIR}/cache/integration-cache" PYTEST_ARGS: "--color=yes --integration -n 2" |