Skip to content
Snippets Groups Projects
Commit 7672f116 authored by René Schöne's avatar René Schöne
Browse files

try to get test ci reports

parent efb6b602
No related branches found
No related tags found
Loading
Pipeline #8701 passed
...@@ -32,9 +32,14 @@ test: ...@@ -32,9 +32,14 @@ test:
alias: "mqtt" alias: "mqtt"
script: script:
- ./gradlew --console=plain --no-daemon allTests - ./gradlew --console=plain --no-daemon allTests
- ls -lh
- ls -lh ragconnect.tests
- ls -lh ragconnect.tests/build/test-results/
- ls -lh ragconnect.tests/build/test-results/allTests
artifacts: artifacts:
when: always
reports: reports:
junit: "ragconnect.tests/build/test-results/test/**/TEST-*.xml" junit: "ragconnect.tests/build/test-results/**/TEST-*.xml"
expire_in: 1 week expire_in: 1 week
publish: publish:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment