diff options
author | Tristan Maat <tristan.maat@codethink.co.uk> | 2018-07-16 14:20:05 +0100 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-07-18 14:11:03 +0900 |
commit | adedd867aa62b4611292785a3272506258888acd (patch) | |
tree | c9a2ad6959652f17933df9acabcaf7be5cfa4461 /.gitlab-ci.yml | |
parent | 4c09b686688a50fc36fc2fe9659c9146ba31fe5c (diff) | |
download | buildstream-adedd867aa62b4611292785a3272506258888acd.tar.gz |
Bump required python version to 3.5
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 |