diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d9e1bff5e90955543ef6318ea2677e990864d180..9200884742b20ec69551694c4212cbbdfd408753 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ stages: variables: DOCKER_IMAGE: "registry.duniter.org/docker/python3/poetry" - PYTHON_VERSION: "3.6" + PYTHON_VERSION: "3.8" image: $DOCKER_IMAGE/$PYTHON_VERSION:latest @@ -45,7 +45,6 @@ format: extends: - .changes stage: format - image: $DOCKER_IMAGE/3.8:latest script: - make check-format