summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2018-08-12 01:30:44 +0100
committerJavier Jardón <jjardon@gnome.org>2018-08-12 02:42:14 +0100
commite5032b7cfd57327a2feca0da9bf7fbc112a91188 (patch)
tree62757e4664bce6c1ef0a45032e73491cc6510728
parent3e5a684bc135977cb4ab7d19cf8465a64319526a (diff)
downloadbuildstream-e5032b7cfd57327a2feca0da9bf7fbc112a91188.tar.gz
.gitlab-ci.yml: Use the same version of the docker image for all jobs
-rw-r--r--.gitlab-ci.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 62f04de94..4221ed095 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-112-a9f63c5e
cache:
key: "$CI_JOB_NAME-"
@@ -89,11 +89,11 @@ source_dist:
- coverage-linux/
tests-debian-9:
- image: buildstream/testsuite-debian:9-master-102-9067e269
+ image: buildstream/testsuite-debian:9-master-112-a9f63c5e
<<: *linux-tests
tests-fedora-27:
- image: buildstream/testsuite-fedora:27-master-102-9067e269
+ image: buildstream/testsuite-fedora:27-master-112-a9f63c5e
<<: *linux-tests
tests-fedora-28:
@@ -107,7 +107,7 @@ tests-ubuntu-18.04:
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-112-a9f63c5e
stage: test
variables:
BST_FORCE_BACKEND: "unix"