Loading .gitlab-ci.yml +3 −3 Original line number Diff line number Diff line Loading @@ -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: [] Loading @@ -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 Loading
.gitlab-ci.yml +3 −3 Original line number Diff line number Diff line Loading @@ -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: [] Loading @@ -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