Add test result report.

This commit is contained in:
Oliver Rümpelein 2020-12-30 22:37:34 +01:00
parent 02214b507e
commit df7915790b
4 changed files with 43 additions and 1 deletions

View file

@ -35,6 +35,11 @@ test:
- npm test
cache:
<<: *global_cache
artifacts:
when: always
reports:
junit:
- results.xml
build:
stage: build