Skip to content
Snippets Groups Projects
Commit e5fbc06f authored by ale's avatar ale
Browse files

Fix pytest option

parent b7dcfd05
Branches
No related tags found
No related merge requests found
Pipeline #84063 passed
......@@ -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"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment