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

Pipeline: removed additional test jobs.

parent 1f4cef63
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 #45783 passed
...@@ -76,22 +76,6 @@ unit-test-job: # This job runs in the test stage. ...@@ -76,22 +76,6 @@ unit-test-job: # This job runs in the test stage.
- tests/**/* - tests/**/*
when: always when: always
example-test-job:
stage: test
script:
- pip install -e .
- python examples/analytical-function/example_analytical_function.py
- echo "Example `analytical-function` ran through."
when: always
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
- echo "No lint issues found."
deploy-job: # This job runs in the deploy stage. deploy-job: # This job runs in the deploy stage.
stage: deploy # It only runs when *both* jobs in the test stage complete successfully. stage: deploy # It only runs when *both* jobs in the test stage complete successfully.
environment: production environment: production
......
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