aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 418884c..55dd6cb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -35,7 +35,7 @@ test:
35 - yarn test:ci 35 - yarn test:ci
36 artifacts: 36 artifacts:
37 reports: 37 reports:
38 cobertura: coverage/cobertura-coverage.xml 38 cobertura: coverage/test/cobertura-coverage.xml
39 junit: junit.xml 39 junit: junit.xml
40 40
41# TODO: GitlabCI free runners are only for linux - need to investigate for macos and windows artifacts 41# TODO: GitlabCI free runners are only for linux - need to investigate for macos and windows artifacts