diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9bb07c56be16fa72d76daa83c0887951755e53a6..9dbdcbb670a8c703b9640357a9a86553c47773dd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -76,22 +76,6 @@ unit-test-job: # This job runs in the test stage. - tests/**/* 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. stage: deploy # It only runs when *both* jobs in the test stage complete successfully. environment: production