diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 86ff899..b88f030 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,7 +18,7 @@ cache: paths: - node_modules/ -install_dependencies: +install: stage: build script: - yarn install @@ -35,3 +35,6 @@ testing: stage: test script: - yarn test --ci --collectCoverage=true + artifacts: + reports: + junit: junit.xml