From ee9b8456cfd09f85ba1f83537e452c622549fae7 Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Wed, 30 Jun 2021 20:28:09 +0200
Subject: [PATCH] WIP: pipeline

---
 .gitlab-ci.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6dbfeca..85e7a55 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -126,7 +126,6 @@ build-test:
   image: $CPPINTTEST_REGISTRY_IMAGE
   tags: [ docker ]
   stage: build
-  needs: []
   script:
     - echo $PWD
     - mkdir build
@@ -217,7 +216,6 @@ test:
 cert:
   tags: [docker]
   stage: build
-  needs: []
   image: $CPPINTTEST_REGISTRY_IMAGE
   artifacts:
     paths:
-- 
GitLab