From 450792b2d217b57d0ace482cd96ce8565613184c Mon Sep 17 00:00:00 2001 From: Ruben van Staveren Date: Thu, 10 Mar 2022 21:18:27 +0100 Subject: [PATCH] Do this always --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) 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