From 7d07931e0e158538aec1eb3588055676e6fa394c Mon Sep 17 00:00:00 2001
From: lorenz <stu203404@mail.uni-kiel.de>
Date: Mon, 15 Feb 2021 09:48:29 +0100
Subject: [PATCH] Testing Codequality with tag

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

diff --git a/theodolite-quarkus/.gitlab-ci.yml b/theodolite-quarkus/.gitlab-ci.yml
index b7f5cb94a..4faf4a0e9 100644
--- a/theodolite-quarkus/.gitlab-ci.yml
+++ b/theodolite-quarkus/.gitlab-ci.yml
@@ -25,6 +25,11 @@ compile:
   script:
     - ./gradlew build
 
+code_quality:
+  tags:
+    - exec-docker
+
+
 test:
   stage: test
   tags:
-- 
GitLab