diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 542d2af1..50080bf9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,6 @@ include: stages: - Formatter - test - - AdditionalTests - Deploy formatter: @@ -100,7 +99,7 @@ tests: #tests-3.10-pyqt5: #todo enable when we decide what qt distributions we want to support # extends: "tests" -# stage: AdditionalTests +# stage: test # image: $CI_DOCKER_REGISTRY/python:3.10 # script: # - apt-get update @@ -110,13 +109,11 @@ tests: tests-3.11: extends: "tests" - stage: AdditionalTests image: $CI_DOCKER_REGISTRY/python:3.11 allow_failure: true tests-3.12: extends: "tests" - stage: AdditionalTests image: $CI_DOCKER_REGISTRY/python:3.12 allow_failure: true