diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 54ee3d0cb501e08c04b892c82e52ba63824b3efb..629a09e81f2df2d723c49ac2f96a819cc060bc18 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,7 @@
 build:
-  image: python:3.8-slim-buster
-  services:
-    - name: python:3.8-slim-buster
+  #image: python:3.8-slim-buster
+  #services:
+  #  - name: python:3.8-slim-buster
   stage: build
   script:
     - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY