Skip to content
Snippets Groups Projects
Commit 27e76cff authored by Daniel Kosc's avatar Daniel Kosc
Browse files

test

parent e857e188
No related branches found
No related tags found
No related merge requests found
Pipeline #97624 failed
...@@ -24,13 +24,13 @@ test: ...@@ -24,13 +24,13 @@ test:
- coverage report - coverage report
- pytest --junitxml=report.xml - pytest --junitxml=report.xml
- mkdir dist - mkdir dist
- mv report.xml dist - cp report.xml rep
- ls -la - ls -la
- ls -la dist - ls -la rep
artifacts: artifacts:
when: always when: always
reports: reports:
junit: "reportt.xml" junit: "../report.xml"
only: only:
- branches - branches
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment