Skip to content
Snippets Groups Projects

Expose test artifacts to the Gitlab CI interface

Merged ale requested to merge test-artifacts into master
+ 1
1
@@ -9,4 +9,4 @@ RUN python3 setup.py install
ENV TEST_CONFIG=/test-config.yml
ENV TEST_PARAMS=/src/float_integration_test/test-params.yml
CMD ["pytest", "-v", "-junit_xml=/artifacts/pytest.xml", "float_integration_test"]
CMD ["pytest", "-v", "--junitxml=/artifacts/pytest.xml", "float_integration_test"]
Loading