Commit 8e4d053e authored by Matthias Betz's avatar Matthias Betz
Browse files

Added junit test artifacts

parent 8bc3361b
Pipeline #998 passed with stage
in 1 minute and 46 seconds
......@@ -4,4 +4,9 @@ image: maven:3.6.3-amazoncorretto-8
build:
script:
- cd CityDoctorParent
- mvn package -B
- mvn verify
artifacts:
when: always
reports:
junit:
- target/surefire-reports/TEST-*.xml
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