fix: fix syntax/bug

This commit is contained in:
appel_c 2023-12-12 08:02:09 +01:00
parent 849e15284f
commit 069f89f0e7

View File

@ -82,13 +82,15 @@ pytest:
cobertura: coverage.xml cobertura: coverage.xml
tests-3.10: tests-3.10:
extends: "tests-3.9"
stage: AdditionalTests stage: AdditionalTests
image: $CI_DOCKER_REGISTRY/python:3.10 image: $CI_DOCKER_REGISTRY/python:3.10
needs: ["pytest"]
script:
- pytest -v --random-order ./tests
allow_failure: true allow_failure: true
tests-3.11: tests-3.11:
extends: "tests-3.9" extends: "tests-3.10"
stage: AdditionalTests stage: AdditionalTests
image: $CI_DOCKER_REGISTRY/python:3.11 image: $CI_DOCKER_REGISTRY/python:3.11
allow_failure: true allow_failure: true