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:
- export GRADLE_USER_HOME
build:
test:
stage: test
script:
- cd CityDoctorParent
......@@ -13,4 +13,10 @@ build:
artifacts:
when: always
reports:
junit: CityDoctorParent/build/test-results/test/**/TEST-*.xml
\ No newline at end of file
junit: CityDoctorParent/*/build/test-results/test/**/TEST-*.xml
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