diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 37c4799922f06358b8e6bb0a59b1e389deaf409f..f49076df2784f7d5a862217f9d509ab370165878 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ stages: variables: DOCKER_IMAGE: "registry.duniter.org/docker/python3/poetry" - PYTHON_VERSION: "3.9" + PYTHON_VERSION: "3.11" image: $DOCKER_IMAGE/$PYTHON_VERSION:latest @@ -100,6 +100,8 @@ tests:3.8: tests:3.9:cov: extends: .tests + variables: + PYTHON_VERSION: "3.9" script: - poetry install - poetry run pytest --cov duniterpy --cov-report html:cov_html --cov-report term @@ -109,6 +111,9 @@ tests:3.10: variables: PYTHON_VERSION: "3.10" +tests:3.11: + extends: .tests + release: stage: release script: