Skip to content
Snippets Groups Projects
Commit 37b05d11 authored by Rebecca Kohlhaas's avatar Rebecca Kohlhaas
Browse files

Pipeline: test junit report

parent 54861bb9
No related branches found
No related tags found
3 merge requests!29Preparation for release 1.1.0: fixes and test for pages,!28Merge to circumvent issues,!25Resolved tests and made the pipeline run through
Pipeline #45572 passed
...@@ -61,13 +61,14 @@ unit-test-job: # This job runs in the test stage. ...@@ -61,13 +61,14 @@ unit-test-job: # This job runs in the test stage.
script: script:
- echo "Running unit tests..." - echo "Running unit tests..."
- pip install pytest - pip install pytest
- pip install pytest-cov
- pip install -e . - pip install -e .
# - pytest --junitxml=report.xml - pytest --junitxml=report.xml
- python -m pytest # tests/ #- python -m pytest # tests/
artifacts: artifacts:
when: always when: always
#reports: reports:
# junit: report.xml junit: report.xml
lint-test-job: # This job also runs in the test stage. lint-test-job: # This job also runs in the test stage.
stage: test # It can run at the same time as unit-test-job (in parallel). stage: test # It can run at the same time as unit-test-job (in parallel).
......
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