diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6c413536149a793859aca274567aa8041ee137f9..a92418e9668e2d871b2689a7b9130c41cbd236d5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,14 +5,12 @@ workflow:
       when: never
     - when: always
 
-
 #
 # PREPARE
 #
 
 .prepare:
-  image: 
-    name: python:$PYTHON_VERSION
+  image: python:$PYTHON_VERSION
   tags:
     - das6
   before_script: