diff --git a/src/monitoring/.gitlab-ci.yml b/src/monitoring/.gitlab-ci.yml index 3ffc6c213d1f33daa2122b06b009e0eadce1458d..27a0f3b855eb1d1953e289d92906dc84b077b5eb 100644 --- a/src/monitoring/.gitlab-ci.yml +++ b/src/monitoring/.gitlab-ci.yml @@ -76,7 +76,6 @@ test monitoring pytest: script: - docker build -t "$IMAGE_NAME_TEST:$IMAGE_TAG" -f ./src/$IMAGE_NAME/tests/Dockerfile ./src/ - docker run -v "$PWD/src/monitoring/tests:/opt/results" monitoring-test:latest - - ls src/monitoring/tests rules: - changes: - src/$IMAGE_NAME/*.{py,in,yml} @@ -87,7 +86,7 @@ test monitoring pytest: artifacts: when: always reports: - junit: src/monitoring/test/report.xml + junit: src/monitoring/tests/report.xml # Deployment of the monitoring service in Kubernetes Cluster #deploy monitoring development: