Skip to content
Snippets Groups Projects
Commit 9575092c authored by Dmitry Rodionov's avatar Dmitry Rodionov
Browse files

test: use gitlab junit support with pytest

parent 86689b9f
No related branches found
No related tags found
1 merge request!725test: use gitlab junit support with pytest
Pipeline #27068 passed
......@@ -190,7 +190,7 @@ test-linux:
# It will be checked during integration tests.
- cargo test --locked
- pipenv run pytest --numprocesses auto -v
- pipenv run pytest --numprocesses auto -v --junitxml=junit_pytest.xml
- |
# Save cache
if [ "$CI_COMMIT_BRANCH" == "$CI_DEFAULT_BRANCH" ]; then
......@@ -205,6 +205,12 @@ test-linux:
else
echo "Skip saving cache on a non-master branch"
fi
artifacts:
when: always
paths:
- junit_pytest.xml
reports:
junit: junit_pytest.xml
test-mac-m1:
extends: .test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment