diff --git a/alfa-client/apps/alfa-e2e/Jenkinsfile b/alfa-client/apps/alfa-e2e/Jenkinsfile
index c66af4321dd65e0f7ba2368eb87e898dedbf2311..3c6516e22b426719c7453bacf30da69c60eb0826 100644
--- a/alfa-client/apps/alfa-e2e/Jenkinsfile
+++ b/alfa-client/apps/alfa-e2e/Jenkinsfile
@@ -240,35 +240,35 @@ pipeline {
                     }
                 }
 
-//                stage('E2E-Main') {
-//                    when {
-//                        expression { !SKIP_RUN }
-//                    }
-//                    steps {
-//                        catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
-//                            script {
-//                                def bezeichner = env.MAIN_BEZEICHNER
-//                                def dbPort = 27019
-
-//                                forwardServices(generateNamespace(bezeichner), dbPort)
-
-//                                runTests(bezeichner, 'main-tests', 'user-main', dbPort, env.STAGE_NAME)
-//                            }
-//                        }
-//                    }
-//                    post {
-//                        failure {
-//                            script {
-//                                FAILED_PARALLEL_STAGE += "${env.STAGE_NAME} "
-//                            }
-//                        }
-//                        always {
-//                            script {
-//                                publishE2ETestResult("main-tests", "Alfa E2E-Tests main")
-//                            }
-//                        }
-//                    }
-//                }
+                stage('E2E-Main') {
+                    when {
+                        expression { !SKIP_RUN }
+                    }
+                    steps {
+                        catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
+                            script {
+                                def bezeichner = env.MAIN_BEZEICHNER
+                                def dbPort = 27019
+
+                                forwardServices(generateNamespace(bezeichner), dbPort)
+
+                                runTests(bezeichner, 'main-tests', 'user-main', dbPort, env.STAGE_NAME)
+                            }
+                        }
+                    }
+                    post {
+                        failure {
+                            script {
+                                FAILED_PARALLEL_STAGE += "${env.STAGE_NAME} "
+                            }
+                        }
+                        always {
+                            script {
+                                publishE2ETestResult("main-tests", "Alfa E2E-Tests main")
+                            }
+                        }
+                    }
+                }
 //            }
 //        }