diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000000000000000000000000000000000000..325622b5ccfd259f22016634257db7a7c9283dc8 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,9 @@ +java: + stage: test + script: + - mvn verify + artifacts: + reports: + junit: + - target/surefire-reports/TEST-*.xml + - target/failsafe-reports/TEST-*.xml \ No newline at end of file