From 0b82fc35a22e327f29aa7ade739a45024eee2d86 Mon Sep 17 00:00:00 2001
From: Carlos Natalino <carlos.natalino@chalmers.se>
Date: Mon, 10 Jul 2023 13:34:28 +0000
Subject: [PATCH] Removing issues with the pipeline descriptor.

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

diff --git a/src/opticalattackdetector/.gitlab-ci.yml b/src/opticalattackdetector/.gitlab-ci.yml
index ce0911536..5aa39f3a2 100644
--- a/src/opticalattackdetector/.gitlab-ci.yml
+++ b/src/opticalattackdetector/.gitlab-ci.yml
@@ -45,8 +45,6 @@ unit_test opticalattackdetector:
   stage: unit_test
   needs:
     - build opticalattackdetector
-    - build dbscanserving
-    - unit_test dbscanserving
   before_script:
     - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
     - if docker network list | grep teraflowbridge; then echo "teraflowbridge is already created"; else docker network create -d bridge teraflowbridge; fi
-- 
GitLab