Commit 803aec96 authored by Carlos Natalino's avatar Carlos Natalino
Browse files

Updating unit test stage

parent dec5782a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
+1 −1
Original line number Diff line number Diff line
@@ -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)
+1 −1
Original line number Diff line number Diff line
@@ -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)
+1 −1
Original line number Diff line number Diff line
@@ -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)