From 62080e6b407731217e83390c6c9e905b3f9ab27e Mon Sep 17 00:00:00 2001 From: usov_i Date: Mon, 15 Apr 2024 16:45:41 +0200 Subject: [PATCH] Revert "ci: merge AdditionalTests with test stage" This reverts commit 2e3f46ea363f8fbd0adc74d32b38ade2a5dcf7c1 --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 50080bf9..542d2af1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,6 +16,7 @@ include: stages: - Formatter - test + - AdditionalTests - Deploy formatter: @@ -99,7 +100,7 @@ tests: #tests-3.10-pyqt5: #todo enable when we decide what qt distributions we want to support # extends: "tests" -# stage: test +# stage: AdditionalTests # image: $CI_DOCKER_REGISTRY/python:3.10 # script: # - apt-get update @@ -109,11 +110,13 @@ 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