This commit is contained in:
dbroqua 2020-02-11 20:01:17 +01:00
parent 35f743ae14
commit 5f50c568ed

View File

@ -18,7 +18,7 @@ cache:
paths: paths:
- node_modules/ - node_modules/
install_dependencies: install:
stage: build stage: build
script: script:
- yarn install - yarn install
@ -35,3 +35,6 @@ testing:
stage: test stage: test
script: script:
- yarn test --ci --collectCoverage=true - yarn test --ci --collectCoverage=true
artifacts:
reports:
junit: junit.xml