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

Updating unit test stage

parent dec5782a
No related branches found
No related tags found
2 merge requests!142Release TeraFlowSDN 2.1,!97Optical cybersecurity scenario
......@@ -38,7 +38,7 @@ build dbscanserving:
- .gitlab-ci.yml
# apply unit test to the dbscanserving component
unit test dbscanserving:
unit_test dbscanserving:
variables:
IMAGE_NAME: 'dbscanserving' # name of the microservice
IMAGE_TAG: 'latest' # tag of the container image (production, development, etc)
......
......@@ -38,7 +38,7 @@ build opticalattackdetector:
- .gitlab-ci.yml
# apply unit test to the opticalattackdetector component
unit test opticalattackdetector:
unit_test opticalattackdetector:
variables:
IMAGE_NAME: 'opticalattackdetector' # name of the microservice
IMAGE_TAG: 'latest' # tag of the container image (production, development, etc)
......
......@@ -39,7 +39,7 @@ build opticalattackmanager:
- .gitlab-ci.yml
# Apply unit test to the component
unit test opticalattackmanager:
unit_test opticalattackmanager:
variables:
IMAGE_NAME: 'opticalattackmanager' # name of the microservice
IMAGE_TAG: 'latest' # tag of the container image (production, development, etc)
......
......@@ -38,7 +38,7 @@ build opticalattackmitigator:
- .gitlab-ci.yml
# apply unit test to the opticalattackmitigator component
unit test opticalattackmitigator:
unit_test opticalattackmitigator:
variables:
IMAGE_NAME: 'opticalattackmitigator' # name of the microservice
IMAGE_TAG: 'latest' # tag of the container image (production, development, etc)
......
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