Loading .gitignore +1 −0 Original line number Diff line number Diff line Loading @@ -53,3 +53,4 @@ tfplan *.tfstate* *.venv *.spec report.xml .gitlab-ci.yml +4 −2 Original line number Diff line number Diff line Loading @@ -48,7 +48,9 @@ pytest: before_script: - poetry install script: - poetry run pytest --junit-xml test.xml - poetry run pytest --junit-xml report.xml artifacts: reports: junit: test.xml junit: report.xml # We don't any artifacts and don't want to wait for the download to finish. needs: [] Loading
.gitignore +1 −0 Original line number Diff line number Diff line Loading @@ -53,3 +53,4 @@ tfplan *.tfstate* *.venv *.spec report.xml
.gitlab-ci.yml +4 −2 Original line number Diff line number Diff line Loading @@ -48,7 +48,9 @@ pytest: before_script: - poetry install script: - poetry run pytest --junit-xml test.xml - poetry run pytest --junit-xml report.xml artifacts: reports: junit: test.xml junit: report.xml # We don't any artifacts and don't want to wait for the download to finish. needs: []