Loading src/dbscanserving/.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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) Loading src/opticalattackdetector/.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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) Loading src/opticalattackmanager/.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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) Loading src/opticalattackmitigator/.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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) Loading Loading
src/dbscanserving/.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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) Loading
src/opticalattackdetector/.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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) Loading
src/opticalattackmanager/.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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) Loading
src/opticalattackmitigator/.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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) Loading