diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4350d8f..9adadbd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,6 +9,7 @@ run tests: - coverage xml coverage: '/^TOTAL.+?(\d+\%)$/' artifacts: + when: always reports: cobertura: coverage.xml junit: report.xml