Commit 745c48dd authored by Matthias Betz's avatar Matthias Betz
Browse files

fixing gradle test result location

parent 23d6e480
Pipeline #7257 passed with stage
in 1 minute and 37 seconds
...@@ -5,7 +5,7 @@ before_script: ...@@ -5,7 +5,7 @@ before_script:
- export GRADLE_USER_HOME - export GRADLE_USER_HOME
build: test:
stage: test stage: test
script: script:
- cd CityDoctorParent - cd CityDoctorParent
...@@ -13,4 +13,10 @@ build: ...@@ -13,4 +13,10 @@ build:
artifacts: artifacts:
when: always when: always
reports: reports:
junit: CityDoctorParent/build/test-results/test/**/TEST-*.xml junit: CityDoctorParent/*/build/test-results/test/**/TEST-*.xml
\ No newline at end of file cache:
key: "$CI_COMMIT_REF_NAME"
policy: pull
paths:
- build
- .gradle
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment