diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 52e842e85523c97efea300b7c4382acaebe2383a..a1fd1af732dbfcf546d87d5dafc02a6975eabf1c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,6 @@
 stages:
   - environment
   - test
-  - deploy
 
 cache:
   paths:
@@ -10,7 +9,7 @@ cache:
 
 setup-environment:
   stage: environment
-  image: python3.9-slim
+  #image: python3.9-slim
   script:
     - python3 -m venv .venv
     - source .venv/bin/activate
@@ -23,7 +22,7 @@ setup-environment:
 
 test_ard:
   stage: test
-  image: python3.9-slim-buster
+  #image: python3.9-slim-buster
   script:
     - python3 -m venv .venv
     - source .venv/bin/activate