Loading src/monitoring/.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -62,7 +62,7 @@ unit test monitoring: junit: src/$IMAGE_NAME/tests/report.xml # Deployment of the monitoring service in Kubernetes Cluster deploy monitoring test: deploy monitoring: variables: IMAGE_NAME: 'monitoring' # name of the microservice IMAGE_TAG: 'latest' # tag of the container image (production, development, etc) Loading Loading
src/monitoring/.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -62,7 +62,7 @@ unit test monitoring: junit: src/$IMAGE_NAME/tests/report.xml # Deployment of the monitoring service in Kubernetes Cluster deploy monitoring test: deploy monitoring: variables: IMAGE_NAME: 'monitoring' # name of the microservice IMAGE_TAG: 'latest' # tag of the container image (production, development, etc) Loading