Skip to content
Snippets Groups Projects
Verified Commit e4a51635 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Improve CI test results

parent b3a1510e
Branches
Tags
No related merge requests found
Pipeline #548 failed
......@@ -37,8 +37,13 @@ test:
script:
- "./gradlew check -x connectedCheck"
artifacts:
paths:
- "*/build/test-results/**/TEST-*.xml"
- "*/build/reports/*.xml"
reports:
junit: "*/build/test-results/*/TEST-*.xml"
junit:
- "*/build/test-results/**/TEST-*.xml"
- "*/build/reports/*.xml"
deploy-local:
stage: "deploy"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment