diff --git a/src/tests/ecoc24/.gitlab-ci.yml b/src/tests/ecoc24/.gitlab-ci.yml
index c8b329780f0f95d6f3f02d5e2e654269b42fc4b9..b8247c1744f6c52c82b347ba84bd3ffdc6f26cb4 100644
--- a/src/tests/ecoc24/.gitlab-ci.yml
+++ b/src/tests/ecoc24/.gitlab-ci.yml
@@ -58,11 +58,11 @@ end2end_test ecoc24:
 
 
     - 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
+    - helm3 uninstall --namespace nats-e2e nats-e2e --ignore-not-found
+    - helm3 uninstall --namespace nats-ip nats-ip --ignore-not-found
+    - helm3 uninstall --namespace nats-opt nats-opt --ignore-not-found
+    - helm3 uninstall --namespace nats nats --ignore-not-found
+    - kubectl delete namespaces nats nats-ip nats-opt nats-e2e --ignore-not-found
 
   script:
     # Download Docker image to run the test
@@ -170,12 +170,12 @@ end2end_test ecoc24:
     # Clean old docker images
     - docker images --filter="dangling=true" --quiet | xargs -r docker rmi -f
 
-    - kubectl delete namespaces tfs tfs-ip tfs-opt tfs-e2e qdb qdb-e2e qdb-opt qdb-ip
-    - 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
+    - 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 --ignore-not-found
+    - helm3 uninstall --namespace nats-ip nats-ip --ignore-not-found
+    - helm3 uninstall --namespace nats-opt nats-opt --ignore-not-found
+    - helm3 uninstall --namespace nats nats --ignore-not-found
+    - kubectl delete namespaces nats nats-ip nats-opt nats-e2e --ignore-not-found
 
 
   #coverage: '/TOTAL\s+\d+\s+\d+\s+(\d+%)/'