Skip to content
Snippets Groups Projects
Commit f855b0ef authored by nimrod's avatar nimrod
Browse files

Something is not right here.

parent f8cc109f
Branches
No related tags found
No related merge requests found
Pipeline #1932 failed
......@@ -42,10 +42,10 @@ pytest:
before_script:
- poetry install
script:
- poetry run pytest --junit-xml report.xml
- poetry run pytest --junit-xml report/pytest.xml
artifacts:
reports:
junit: report.xml
junit: report/pytest.xml
# We don't any artifacts and don't want to wait for the download to finish.
needs: []
......@@ -60,7 +60,7 @@ bats:
- bats --output report/ --formatter junit tests/
artifacts:
reports:
junit: report/*.xml
junit: report/TestReport-test_mnpw.bats.xml
needs:
- job: build-executable
artifacts: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment