Update .gitlab-ci.yml
This commit is contained in:
@ -24,8 +24,10 @@ tests:
|
||||
artifacts:
|
||||
when: always
|
||||
reports:
|
||||
cobertura: coverage.xml
|
||||
junit: report-junit.xml
|
||||
junit: report.xml
|
||||
coverage_report:
|
||||
coverage_format: cobertura
|
||||
path: coverage.xml
|
||||
|
||||
tests-3.6:
|
||||
stage: OptionalTests
|
||||
|
Reference in New Issue
Block a user