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

Pipeline: small changes

parent 533be146
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 #45512 failed
...@@ -62,7 +62,7 @@ unit-test-job: # This job runs in the test stage. ...@@ -62,7 +62,7 @@ unit-test-job: # This job runs in the test stage.
- echo "Running unit tests..." - echo "Running unit tests..."
- pip install pytest - pip install pytest
# - pytest --junitxml=report.xml # - pytest --junitxml=report.xml
- python -m pytest tests/ - python -m pytest # tests/
artifacts: artifacts:
when: always when: always
#reports: #reports:
...@@ -72,7 +72,7 @@ lint-test-job: # This job also runs in the test stage. ...@@ -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). stage: test # It can run at the same time as unit-test-job (in parallel).
script: script:
- echo "Linting code... This will take about 10 seconds." - echo "Linting code... This will take about 10 seconds."
- sleep 1#0 - sleep 10
- echo "No lint issues found." - echo "No lint issues found."
deploy-job: # This job runs in the deploy stage. 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