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

Enable GitLab CI JUnit report display

parent 541bd8ef
Branches
Tags
No related merge requests found
...@@ -16,6 +16,9 @@ stages: ...@@ -16,6 +16,9 @@ stages:
paths: paths:
- build/distributions - build/distributions
- build/libs - build/libs
reports:
junit:
- "build/test-results/**/TEST-*.xml"
test:linux: test:linux:
image: eclipse-temurin:17 image: eclipse-temurin:17
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment