summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Smith <joshsmith@codethink.co.uk>2018-08-10 14:43:59 +0100
committerJosh Smith <joshsmith@codethink.co.uk>2018-08-10 14:43:59 +0100
commitecc497ae92da0044c49742da100913fa3ee05fde (patch)
treec057c783e87e61d2329116266fd1ab1b696de22d
parent2e8db54ea7b0b324f6daa47bc031a146a3eee9fa (diff)
downloadbuildstream-Qinusty/gitlab-ci.tar.gz
.gitlab-ci.yml: Update docker imagesQinusty/gitlab-ci
-rw-r--r--.gitlab-ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fc22c5cef..5e537159a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -79,18 +79,18 @@ source_dist:
- coverage-linux/
tests-debian-9:
- image: buildstream/testsuite-debian:9-master-102-9067e269
+ image: buildstream/testsuite-debian:9-master-108-bd2b3d8d
<<: *linux-tests
tests-fedora-27:
- image: buildstream/testsuite-fedora:27-master-102-9067e269
+ image: buildstream/testsuite-fedora:27-master-108-bd2b3d8d
<<: *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-102-9067e269
+ image: buildstream/testsuite-fedora:27-master-108-bd2b3d8d
stage: test
variables:
BST_FORCE_BACKEND: "unix"