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

Something is not right here.

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