Commit 2a35456a authored by Sergio Gonzalez Diaz's avatar Sergio Gonzalez Diaz
Browse files

fix report.xml in monitoring

parent 5d24da9d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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}
@@ -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: