diff --git a/pom.xml b/pom.xml
index afe4c597d75a4eaa29f9df1a65e429e3f93f8edd..f2c3883304b7c956a0a97be4543bceec483c838b 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