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:
- 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