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

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

parent a61b097b
No related branches found
No related tags found
1 merge request!50.11
Pipeline #1822 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
......
...@@ -120,7 +120,7 @@ pylint-test: FORCE ...@@ -120,7 +120,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) @$(NOSETESTS) --with-xunit
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment