From a7850f18cddd73622a94c712f809249746cb40e8 Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Tue, 12 Nov 2024 17:06:26 +0100
Subject: [PATCH] enable client testResults

---
 Jenkinsfile | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 38939e2626..8377babe50 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -78,11 +78,11 @@ pipeline {
                     }
                 }
             }
-//            post {
-//                always{
-//                    junit testResults: 'alfa-client/test-report.xml', skipPublishingChecks: true
-//                }
-//            }
+            post {
+                always{
+                    junit testResults: 'alfa-client/test-report.xml', skipPublishingChecks: true
+                }
+            }
         }
 
         stage('Build and push client container') {
-- 
GitLab