Skip to content
Snippets Groups Projects
Commit 05507a21 authored by Rajmund Hruška's avatar Rajmund Hruška
Browse files

CI/CD: Save test result in JUnit report XML format.

parent 6fa779ac
No related branches found
No related tags found
1 merge request!50.1.14
Pipeline #1785 passed
...@@ -33,6 +33,10 @@ unit-test-job: ...@@ -33,6 +33,10 @@ unit-test-job:
stage: test stage: test
script: script:
- make test - make test
artifacts:
when: always
reports:
junit: nosetests.xml
pylint-test-job: pylint-test-job:
stage: test stage: test
......
...@@ -158,7 +158,7 @@ pylint-test: FORCE ...@@ -158,7 +158,7 @@ pylint-test: FORCE
test: FORCE test: FORCE
@echo "\n${GREEN}*** Checking code with nosetests ***${NC}\n" @echo "\n${GREEN}*** Checking code with nosetests ***${NC}\n"
@nosetests test_idea.py @nosetests test_idea.py --with-xunit
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment