From 0ddca331f67dae5bd69581b6029b06d2b778bf1b Mon Sep 17 00:00:00 2001 From: Sergio <sergio.gonzalez.diaz@atos.net> Date: Thu, 5 Aug 2021 13:02:52 +0200 Subject: [PATCH] submit xml tests to gitla\b --- src/monitoring/.gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/monitoring/.gitlab-ci.yml b/src/monitoring/.gitlab-ci.yml index 3ffc6c213..27a0f3b85 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: -- GitLab