diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 37be34d453dbe1d6b958ee9f27428c9e06cdfbc7..c3d4ef970779fa6c279c6450e03d615055158fe1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,7 +5,6 @@ stages:
   - readme
   - test
   - publish
-  - cleanup
 
 before_script:
   - docker info
@@ -76,12 +75,4 @@ test_proxy:
 #    - docker login -u $DOCKER_USER -p $DOCKER_PASSWORD $DOCKER_REGISTRY
 #    - docker build --network host --tag $DOCKER_USER/$DOCKER_REPO:arm-proxy -f Dockerfile.proxy .
 #    - docker push $DOCKER_USER/$DOCKER_REPO:arm-proxy
-#    - docker system prune --all --force
-
-cleanup:
-  stage: cleanup
-  tags:
-    - shell
-  script:
-    - rm -rf * .dockerignore .github .gitignore .gitlab
-    - ls -ahl
\ No newline at end of file
+#    - docker system prune --all --force
\ No newline at end of file