stages: - test .test: &test_template stage: test image: continuumio/miniconda3 tags: - docker except: - tags - merge_requests script: - bash ./.ci/unit_tests.sh test:3.11: variables: PYTHON_VERSION : "3.11" <<: *test_template