diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0aa7dd7695afbace1d21b301fdcca9630538b573..020563ee37afcc0509f873c3d3f999e80fbbfde5 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.5"
+  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