diff --git a/src/tests/ecoc24/.gitlab-ci.yml b/src/tests/ecoc24/.gitlab-ci.yml
index b8247c1744f6c52c82b347ba84bd3ffdc6f26cb4..4e0097aaec2f96899872d2967844eebe0fe10eca 100644
--- a/src/tests/ecoc24/.gitlab-ci.yml
+++ b/src/tests/ecoc24/.gitlab-ci.yml
@@ -19,15 +19,6 @@ build ecoc24:
   stage: build
   before_script:
     - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
-
-    - kubectl delete namespaces tfs tfs-ip tfs-opt tfs-e2e qdb qdb-e2e qdb-opt qdb-ip --ignore-not-found
-    - helm3 uninstall --namespace nats-e2e nats-e2e
-    - helm3 uninstall --namespace nats-ip nats-ip
-    - helm3 uninstall --namespace nats-opt nats-opt
-    - helm3 uninstall --namespace nats nats
-    - kubectl delete namespaces nats nats-ip nats-opt nats-e2e
-
-
   script:
     - docker buildx build -t "${TEST_NAME}:latest" -f ./src/tests/${TEST_NAME}/Dockerfile .
     - docker tag "${TEST_NAME}:latest" "$CI_REGISTRY_IMAGE/${TEST_NAME}:latest"