Loading src/monitoring/.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -75,7 +75,7 @@ test monitoring pytest: - build monitoring 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 - docker run -v "./:/opt/results" monitoring-test:latest rules: - changes: - src/$IMAGE_NAME/*.{py,in,yml} Loading @@ -86,7 +86,7 @@ test monitoring pytest: artifacts: when: always reports: junit: src/monitoring/test/pytest_report.xml junit: pytest_report.xml # Deployment of the monitoring service in Kubernetes Cluster #deploy monitoring development: Loading Loading
src/monitoring/.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -75,7 +75,7 @@ test monitoring pytest: - build monitoring 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 - docker run -v "./:/opt/results" monitoring-test:latest rules: - changes: - src/$IMAGE_NAME/*.{py,in,yml} Loading @@ -86,7 +86,7 @@ test monitoring pytest: artifacts: when: always reports: junit: src/monitoring/test/pytest_report.xml junit: pytest_report.xml # Deployment of the monitoring service in Kubernetes Cluster #deploy monitoring development: Loading