From 7b831b924b3834827724c443ca04f0d5a6c66580 Mon Sep 17 00:00:00 2001
From: lorenz <stu203404@mail.uni-kiel.de>
Date: Mon, 15 Feb 2021 09:45:49 +0100
Subject: [PATCH] Testing codequality

---
 theodolite-quarkus/.gitlab-ci.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/theodolite-quarkus/.gitlab-ci.yml b/theodolite-quarkus/.gitlab-ci.yml
index c0e2fbe73..b7f5cb94a 100644
--- a/theodolite-quarkus/.gitlab-ci.yml
+++ b/theodolite-quarkus/.gitlab-ci.yml
@@ -1,5 +1,8 @@
 image: openjdk:11-jdk
 
+include:
+  - template: Code-Quality.gitlab-ci.yml
+
 stages:
   - build
   - test
-- 
GitLab