Skip to content
Snippets Groups Projects
Commit 6c2a6813 authored by dgelessus's avatar dgelessus
Browse files

Fix test artifact paths

parent fbea974b
No related branches found
No related tags found
No related merge requests found
...@@ -15,11 +15,11 @@ tests: ...@@ -15,11 +15,11 @@ tests:
script: ./gradlew ${GRADLE_ARGS} check script: ./gradlew ${GRADLE_ARGS} check
artifacts: artifacts:
paths: paths:
- "*/build/reports" - "build/reports"
- "*/build/test-results" - "build/test-results"
reports: reports:
junit: junit:
- "*/build/test-results/**/TEST-*.xml" - "build/test-results/**/TEST-*.xml"
when: always when: always
publish: publish:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment