summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2018-05-23 07:49:23 +0200
committerJürg Billeter <j@bitron.ch>2018-07-17 07:56:40 +0200
commit9b63f6f293c4c61f243f2e4c7c4d269a55927ce6 (patch)
tree6f4dca4f3bc95dadbc8820ce4ade31268d0e2d2d /.gitlab-ci.yml
parent8cd81636a15aa0a6a68640eb8b5ad7268e7c0675 (diff)
downloadbuildstream-9b63f6f293c4c61f243f2e4c7c4d269a55927ce6.tar.gz
.gitlab-ci.yml: Update images to include protobuf and grpcio
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"