summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fc22c5cef..d44400072 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: buildstream/testsuite-debian:9-master-102-9067e269
+image: buildstream/testsuite-debian:9-master-109-2e8db54e
cache:
key: "$CI_JOB_NAME-"
@@ -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-109-2e8db54e
<<: *linux-tests
tests-fedora-27:
- image: buildstream/testsuite-fedora:27-master-102-9067e269
+ image: buildstream/testsuite-fedora:27-master-109-2e8db54e
<<: *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-109-2e8db54e
stage: test
variables:
BST_FORCE_BACKEND: "unix"