From d35503c5d0cb49e50f076dedc15a27d4bac94551 Mon Sep 17 00:00:00 2001
From: Dennis Eisold <de@itstall.de>
Date: Tue, 26 Nov 2019 22:09:11 +0100
Subject: [PATCH] =?UTF-8?q?Gitlab=20CI=20Konfiguration=20hinzugef=C3=BCgt?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .gitlab-ci.yml | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 .gitlab-ci.yml

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..325622b
--- /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
-- 
GitLab