testing junit viewer 2
This commit is contained in:
parent
1d491dc32e
commit
9c471294ba
1 changed files with 3 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue