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 3c6554698..f7c93d658 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: buildstream/testsuite-debian:8-master-57-be5a863
+image: buildstream/testsuite-debian:8-master-88-4d92c106
cache:
key: "$CI_JOB_NAME-"
@@ -92,18 +92,18 @@ tests-debian-8:
<<: *linux-tests
tests-debian-9:
- image: buildstream/buildstream-debian:master-81-caa5241
+ image: buildstream/buildstream-debian:master-88-4d92c106
<<: *linux-tests
tests-fedora-27:
- image: buildstream/buildstream-fedora:master-56-5d7ee17
+ image: buildstream/buildstream-fedora:master-88-4d92c106
<<: *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/buildstream-fedora:master-56-5d7ee17
+ image: buildstream/buildstream-fedora:master-88-4d92c106
stage: test
variables:
BST_FORCE_BACKEND: "unix"