diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9f2ae75764e87d0f3c810c260efcfc952e94c201..88eb3dcbc16a7cea54a474d5809eaed1c39851e0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,7 +17,6 @@ stages:
   - build-frontend
   - test-backend
   - test-frontend
-  - test-deployment
   - build-docker
   - scan-docker
   - release-docker
@@ -122,29 +121,6 @@ test-frontend:
         path: ./dbrepo-ui/coverage/cobertura-coverage.xml
   coverage: '/TOTAL.*?([0-9]{1,3})%/'
 
-test-default-deployment:
-  stage: test-deployment
-  timeout: 5m
-  needs:
-    - test-frontend
-  script:
-    - "make teardown"
-    - "rm -f .env"
-    - "docker compose up -d && make teardown"
-    - "make teardown"
-  coverage: '/TOTAL.*?([0-9]{1,3})%/'
-
-test-env-deployment:
-  stage: test-deployment
-  timeout: 5m
-  needs:
-    - test-frontend
-  script:
-    - "make teardown"
-    - "cp .env.unix.example .env"
-    - "docker compose up -d && make teardown"
-    - "make teardown"
-
 scan-analyse-service:
   stage: scan-docker
   needs: