Skip to content
Snippets Groups Projects
Commit 0b82fc35 authored by Carlos Natalino Da Silva's avatar Carlos Natalino Da Silva
Browse files

Removing issues with the pipeline descriptor.

parent eab4d7bc
No related branches found
No related tags found
2 merge requests!142Release TeraFlowSDN 2.1,!138Fixing the tests of the optical cybersecurity components
...@@ -45,8 +45,6 @@ unit_test opticalattackdetector: ...@@ -45,8 +45,6 @@ unit_test opticalattackdetector:
stage: unit_test stage: unit_test
needs: needs:
- build opticalattackdetector - build opticalattackdetector
- build dbscanserving
- unit_test dbscanserving
before_script: before_script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY - 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 - if docker network list | grep teraflowbridge; then echo "teraflowbridge is already created"; else docker network create -d bridge teraflowbridge; fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment