diff options
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f7c93d658..3cda0af6f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: buildstream/testsuite-debian:8-master-88-4d92c106 +image: buildstream/buildstream-debian:master-88-4d92c106 cache: key: "$CI_JOB_NAME-" @@ -88,9 +88,6 @@ source_dist: paths: - coverage-linux/ -tests-debian-8: - <<: *linux-tests - tests-debian-9: image: buildstream/buildstream-debian:master-88-4d92c106 <<: *linux-tests @@ -223,7 +220,6 @@ coverage: - coverage combine --rcfile=../.coveragerc -a coverage.* - coverage report --rcfile=../.coveragerc -m dependencies: - - tests-debian-8 - tests-debian-9 - tests-fedora-27 - tests-unix |