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

test report.xml monitoring
parent bbbd40f0
No related branches found
No related tags found
1 merge request!54Release 2.0.0
...@@ -74,9 +74,9 @@ test monitoring pytest: ...@@ -74,9 +74,9 @@ test monitoring pytest:
needs: needs:
- build monitoring - build monitoring
script: script:
- pwd
- 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}
......
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