From 2f27d428f545af3f967d71c6ee9bb7df07b7d005 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Sun, 12 Aug 2018 01:30:44 +0100 Subject: .gitlab-ci.yml: Use the same version of the docker image for all jobs --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a0bd238e8..7f39c09a0 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-" @@ -79,11 +79,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: @@ -97,7 +97,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" -- cgit v1.2.1