diff --git a/src/tests/ecoc24/.gitlab-ci.yml b/src/tests/ecoc24/.gitlab-ci.yml
index 389dee16d5e67146381523e811bd0a088aac1fef..c8b329780f0f95d6f3f02d5e2e654269b42fc4b9 100644
--- a/src/tests/ecoc24/.gitlab-ci.yml
+++ b/src/tests/ecoc24/.gitlab-ci.yml
@@ -17,11 +17,10 @@ build ecoc24:
   variables:
     TEST_NAME: 'ecoc24'
   stage: build
-  allow_failure: true
   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
+    - 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
@@ -50,7 +49,6 @@ end2end_test ecoc24:
   variables:
     TEST_NAME: 'ecoc24'
   stage: end2end_test
-  allow_failure: true
   # Disable to force running it after all other tasks
   #needs:
   #  - build ecoc24
@@ -59,7 +57,7 @@ end2end_test ecoc24:
     - docker network rm -f na-br
 
 
-    - kubectl delete namespaces tfs tfs-ip tfs-opt tfs-e2e qdb qdb-e2e qdb-opt qdb-ip
+    - 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