diff options
author | Darius Makovsky <traveltissues@protonmail.com> | 2020-06-01 14:40:09 +0100 |
---|---|---|
committer | Darius Makovsky <traveltissues@protonmail.com> | 2020-06-01 14:40:09 +0100 |
commit | fdc48057c73bab9515f63d95d935b13db71fa758 (patch) | |
tree | d18fb08ccbbff9778933127c20496d990229b2f2 | |
parent | 32a531747c45fb96df64da6c7e3514cedeaaf53a (diff) | |
download | buildstream-traveltissues/update-docker.tar.gz |
Update docker imagetraveltissues/update-docker
-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 8b98726c4..4f46bffaf 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-149783478 + DOCKER_IMAGE_VERSION: master-151434908 PYTEST_ADDOPTS: "--color=yes" INTEGRATION_CACHE: "${CI_PROJECT_DIR}/cache/integration-cache" PYTEST_ARGS: "--color=yes --integration -n 2" |