From a916eda2af0c0f78e39c93d983d98e5af9cf9398 Mon Sep 17 00:00:00 2001
From: Neil Schark <neil-jocelyn.schark@stud.h-da.de>
Date: Thu, 22 Dec 2022 14:21:36 +0100
Subject: [PATCH] remove duplicate test build

---
 .gitlab/ci/.test.yml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/.gitlab/ci/.test.yml b/.gitlab/ci/.test.yml
index 0ee0abe84..4edcd3c59 100644
--- a/.gitlab/ci/.test.yml
+++ b/.gitlab/ci/.test.yml
@@ -32,10 +32,3 @@ controller-test:
         - cd controller
         - make ci-controller-test
     <<: *test
-
-test-build:
-    artifacts:
-        when: never
-    script:
-        - make build
-    <<: *test
-- 
GitLab