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

Pipeline: small changes

parent ffc99063
No related branches found
No related tags found
2 merge requests!29Preparation for release 1.1.0: fixes and test for pages,!28Merge to circumvent issues
Pipeline #45510 failed
......@@ -62,7 +62,7 @@ unit-test-job: # This job runs in the test stage.
- echo "Running unit tests..."
- pip install pytest
# - pytest --junitxml=report.xml
- python -m pytest tests
- python -m pytest tests/
artifacts:
when: always
#reports:
......@@ -72,7 +72,7 @@ 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).
script:
- echo "Linting code... This will take about 10 seconds."
- sleep 10
- sleep 1#0
- echo "No lint issues found."
deploy-job: # This job runs in the deploy stage.
......
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