summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2019-02-18 21:56:26 +0900
committerTristan Van Berkom <tristan.van.berkom@gmail.com>2019-02-18 13:44:29 +0000
commit4022234e6ae79f093bb84921d43ab70b7b195803 (patch)
tree75f51d3115f779100ea94d19a692f3a6bb26189b
parentf149fed22edf0991c44fc3b51aec9aa3dd2cbcbd (diff)
downloadbuildstream-4022234e6ae79f093bb84921d43ab70b7b195803.tar.gz
.gitlab-ci.yml: Some new test environments were added, but not collecting coverage.
The test jobs which create coverage reports need to be listed in the dependencies of the coverage job, as highlighted in issue #356.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7bf9979a3..c40b180d3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -281,10 +281,12 @@ coverage:
- tox -e coverage
- cp -a .coverage-reports/ ./coverage-report
dependencies:
+ - tests-centos-7.6
- tests-debian-9
- tests-fedora-28
- tests-fedora-29
- tests-fedora-missing-deps
+ - tests-fedora-update-deps
- tests-ubuntu-18.04
- tests-unix
except: