Commit 0b82fc35 authored by Carlos Natalino's avatar Carlos Natalino
Browse files

Removing issues with the pipeline descriptor.

parent eab4d7bc
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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