diff --git a/goofy-client/apps/alfa-e2e/Jenkinsfile b/goofy-client/apps/alfa-e2e/Jenkinsfile
index 053475679b75838a106702061f69681890ba88db..32f13a4160fc3d105c46003ccd7f3e9fc0ba00f4 100644
--- a/goofy-client/apps/alfa-e2e/Jenkinsfile
+++ b/goofy-client/apps/alfa-e2e/Jenkinsfile
@@ -180,13 +180,13 @@ pipeline {
                     waitForKopStackRollout([env.EA_BEZEICHNER, env.MAIN_BEZEICHNER])
                 }
             }
-            /*post {
+            post {
                 failure {
                     script {
                         deleteKopStack([env.MAIN_BEZEICHNER])
                     }
                 }
-            }*/
+            }
         }
 
         stage('Init PortForwards') {
@@ -264,7 +264,7 @@ pipeline {
                 }
             }
         }
-/*
+
         stage('Delete E2E Namespaces') {
             when {
                 expression { !SKIP_RUN }
@@ -277,7 +277,7 @@ pipeline {
                 }
             }
         }
-*/
+
     }
     post {
         failure {