From d16a74047bad4cbc44dd858b35c6da8d2255c3c1 Mon Sep 17 00:00:00 2001
From: lorenz <stu203404@mail.uni-kiel.de>
Date: Mon, 15 Feb 2021 10:06:35 +0100
Subject: [PATCH] Disable ktlint + remove Codequality

---
 theodolite-quarkus/.gitlab-ci.yml | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/theodolite-quarkus/.gitlab-ci.yml b/theodolite-quarkus/.gitlab-ci.yml
index 4faf4a0e9..916e0f903 100644
--- a/theodolite-quarkus/.gitlab-ci.yml
+++ b/theodolite-quarkus/.gitlab-ci.yml
@@ -1,8 +1,5 @@
 image: openjdk:11-jdk
 
-include:
-  - template: Code-Quality.gitlab-ci.yml
-
 stages:
   - build
   - test
@@ -25,11 +22,6 @@ compile:
   script:
     - ./gradlew build
 
-code_quality:
-  tags:
-    - exec-docker
-
-
 test:
   stage: test
   tags:
@@ -37,7 +29,7 @@ test:
   script:
     - ./gradlew test --stacktrace
 
-ktlint:
+.ktlint:
   stage: check
   tags:
     - exec-docker
-- 
GitLab