testing junit viewer 2

This commit is contained in:
Jacob Salvi 2020-03-24 17:04:11 +01:00
parent 1d491dc32e
commit 9c471294ba

View File

@ -42,13 +42,14 @@ test:
stage: test
script:
- gradle test
- npm junit-viewer --results=/home/git/gitlab/shared/artifacts/build/test-results/test --port=3000
artifacts:
paths:
- build/test-results/test/TEST-*.xml
reports:
junit: build/test-results/test/TEST-*.xml
after_script:
- npm junit-viewer --results=build/test-results/test --port=3000
# after_script:
# - npm junit-viewer --results=/home/git/gitlab/shared/artifacts/build/test-results/test --port=3000
#Runs a quality check on the code and creates a report on the codes
code_quality: