diff --git a/ci-scripts/Jenkinsfile-GitLab-Helm b/ci-scripts/Jenkinsfile-GitLab-Helm
index 4c655f430ca8214d175ef652b391043db9e3694e..15cab4dde70d31064071599418ee145ebd1261b5 100644
--- a/ci-scripts/Jenkinsfile-GitLab-Helm
+++ b/ci-scripts/Jenkinsfile-GitLab-Helm
@@ -151,6 +151,7 @@ pipeline {
               sh "git clean -x -d -f > /dev/null 2>&1"
               sh "git fetch --prune > /dev/null 2>&1"
               sh 'git checkout -f ' + upstreamTagToUse
+              sh 'mkdir -p archives DS-TEST-RESULTS'
             }
             imageTags = "mysql:5.7.30,oai-nrf:${nrfTag},oai-amf:${amfTag},oai-smf:${smfTag},oai-spgwu-tiny:${spgwuTag}"
           }
diff --git a/ci-scripts/helmDeploy.py b/ci-scripts/helmDeploy.py
index ad1c3d8f03052c5646bc78ee1a7b22f77ea31fb5..2920884b5cb90a0a8c1c3fb5c57b9ea04b26578f 100644
--- a/ci-scripts/helmDeploy.py
+++ b/ci-scripts/helmDeploy.py
@@ -43,11 +43,6 @@ logging.basicConfig(
     format="[%(asctime)s] %(name)s:%(levelname)s: %(message)s"
 )
 
-logging.basicConfig(
-    level=logging.DEBUG,
-    format="[%(asctime)s] %(name)s:%(levelname)s: %(message)s"
-)
-
 class ClusterDeploy:
 	def __init__(self):
 		self.OCUserName = ""