aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 55dd6cb..f129977 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -35,7 +35,9 @@ test:
35 - yarn test:ci 35 - yarn test:ci
36 artifacts: 36 artifacts:
37 reports: 37 reports:
38 cobertura: coverage/test/cobertura-coverage.xml 38 coverage_report:
39 coverage_format: cobertura
40 path: coverage/test/cobertura-coverage.xml
39 junit: junit.xml 41 junit: junit.xml
40 42
41# TODO: GitlabCI free runners are only for linux - need to investigate for macos and windows artifacts 43# TODO: GitlabCI free runners are only for linux - need to investigate for macos and windows artifacts