Skip to content
Snippets Groups Projects
Commit 0ddca331 authored by Sergio Gonzalez Diaz's avatar Sergio Gonzalez Diaz
Browse files

submit xml tests to gitla\b
parent 3e3d1e43
No related branches found
No related tags found
1 merge request!54Release 2.0.0
...@@ -76,7 +76,6 @@ test monitoring pytest: ...@@ -76,7 +76,6 @@ test monitoring pytest:
script: script:
- docker build -t "$IMAGE_NAME_TEST:$IMAGE_TAG" -f ./src/$IMAGE_NAME/tests/Dockerfile ./src/ - 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 "$PWD/src/monitoring/tests:/opt/results" monitoring-test:latest
- ls src/monitoring/tests
rules: rules:
- changes: - changes:
- src/$IMAGE_NAME/*.{py,in,yml} - src/$IMAGE_NAME/*.{py,in,yml}
...@@ -87,7 +86,7 @@ test monitoring pytest: ...@@ -87,7 +86,7 @@ test monitoring pytest:
artifacts: artifacts:
when: always when: always
reports: reports:
junit: src/monitoring/test/report.xml junit: src/monitoring/tests/report.xml
# Deployment of the monitoring service in Kubernetes Cluster # Deployment of the monitoring service in Kubernetes Cluster
#deploy monitoring development: #deploy monitoring development:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment