summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 16f7d04a9..d57d33f83 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -84,25 +84,25 @@ source_dist:
- coverage-linux/
tests-debian-9:
- image: buildstream/testsuite-debian:9-master-114-4cab18e3
+ image: buildstream/testsuite-debian:9-master-117-aa3a33b3
<<: *linux-tests
tests-fedora-27:
- image: buildstream/testsuite-fedora:27-master-114-4cab18e3
+ image: buildstream/testsuite-fedora:27-master-117-aa3a33b3
<<: *linux-tests
tests-fedora-28:
- image: buildstream/testsuite-fedora:28-master-114-4cab18e3
+ image: buildstream/testsuite-fedora:28-master-117-aa3a33b3
<<: *linux-tests
tests-ubuntu-18.04:
- image: buildstream/testsuite-ubuntu:18.04-master-114-4cab18e3
+ image: buildstream/testsuite-ubuntu:18.04-master-117-aa3a33b3
<<: *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-114-4cab18e3
+ image: buildstream/testsuite-fedora:27-master-117-aa3a33b3
stage: test
variables:
BST_FORCE_BACKEND: "unix"