summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Maat <tm@tlater.net>2018-10-24 17:13:18 +0100
committerDaniel Silverstone <daniel.silverstone@codethink.co.uk>2018-10-25 15:43:52 +0100
commit19df07ea67c01a4cf41ea28ccc34f3146a6244f0 (patch)
tree46925ab46dbb6276694577a740ba81133d468460
parent1445a901fcf4a91ef867183e4685b526aad916a6 (diff)
downloadbuildstream-19df07ea67c01a4cf41ea28ccc34f3146a6244f0.tar.gz
Bump CI image tags
We need to do this so that the new linting errors pop up
-rw-r--r--.gitlab-ci.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 07fa859d8..e3a341555 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: buildstream/testsuite-debian:9-master-114-4cab18e3
+image: buildstream/testsuite-debian:9-master-119-552f5fc6
cache:
key: "$CI_JOB_NAME-"
@@ -86,25 +86,25 @@ source_dist:
- coverage-linux/
tests-debian-9:
- image: buildstream/testsuite-debian:9-master-117-aa3a33b3
+ image: buildstream/testsuite-debian:9-master-119-552f5fc6
<<: *linux-tests
tests-fedora-27:
- image: buildstream/testsuite-fedora:27-master-117-aa3a33b3
+ image: buildstream/testsuite-fedora:27-master-119-552f5fc6
<<: *linux-tests
tests-fedora-28:
- image: buildstream/testsuite-fedora:28-master-117-aa3a33b3
+ image: buildstream/testsuite-fedora:28-master-119-552f5fc6
<<: *linux-tests
tests-ubuntu-18.04:
- image: buildstream/testsuite-ubuntu:18.04-master-117-aa3a33b3
+ image: buildstream/testsuite-ubuntu:18.04-master-119-552f5fc6
<<: *linux-tests
tests-unix:
# Use fedora here, to a) run a test on fedora and b) ensure that we
# can get rid of ostree - this is not possible with debian-8
- image: buildstream/testsuite-fedora:27-master-117-aa3a33b3
+ image: buildstream/testsuite-fedora:27-master-119-552f5fc6
stage: test
variables:
BST_FORCE_BACKEND: "unix"