From fbf3769df34d99f28e59ef4fef9622909d8d63ea Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Felix=20Sch=C3=A4fer?= <felix@thegcat.net>
Date: Thu, 26 Sep 2019 12:41:24 +0200
Subject: [PATCH] Add Gitlab CI Config

---
 pom.xml | 19 ++++++++++++++++++-
 1 file changed, 18 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index afe4c59..f2c3883 100644
--- a/pom.xml
+++ b/pom.xml
@@ -138,4 +138,21 @@
       </plugins>
     </pluginManagement>
   </build>
-</project>
+
+  <repositories>
+    <repository>
+      <id>gitlab-maven</id>
+      <url>https://gitlab.fachschaften.org/api/v4/projects/${env.CI_PROJECT_ID}/packages/maven</url>
+    </repository>
+  </repositories>
+  <distributionManagement>
+    <repository>
+      <id>gitlab-maven</id>
+      <url>https://gitlab.fachschaften.org/api/v4/projects/${env.CI_PROJECT_ID}/packages/maven</url>
+    </repository>
+    <snapshotRepository>
+      <id>gitlab-maven</id>
+      <url>https://gitlab.fachschaften.org/api/v4/projects/${env.CI_PROJECT_ID}/packages/maven</url>
+    </snapshotRepository>
+  </distributionManagement>
+</project>
\ No newline at end of file
-- 
GitLab