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
|
stage: test
|
||||||
script:
|
script:
|
||||||
- gradle test
|
- gradle test
|
||||||
|
- npm junit-viewer --results=/home/git/gitlab/shared/artifacts/build/test-results/test --port=3000
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- build/test-results/test/TEST-*.xml
|
- build/test-results/test/TEST-*.xml
|
||||||
reports:
|
reports:
|
||||||
junit: build/test-results/test/TEST-*.xml
|
junit: build/test-results/test/TEST-*.xml
|
||||||
after_script:
|
# after_script:
|
||||||
- npm junit-viewer --results=build/test-results/test --port=3000
|
# - 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
|
#Runs a quality check on the code and creates a report on the codes
|
||||||
code_quality:
|
code_quality:
|
||||||
|
|
Loading…
Reference in a new issue