diff --git a/Jenkinsfile b/Jenkinsfile
index 1c52fb2496f8138d35ca09c047658638937e7116..252984b381edb0fb05fb43838d2acf51075f93dc 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -117,13 +117,13 @@ pipeline {
             }
         }
 
-        stage('Test, build and deploy Helm Chart') {
+        stage('Test, build and deploy Keycloak-Operator Helm Chart') {
             steps {
                 script {
                     FAILED_STAGE=env.STAGE_NAME
                     HELM_CHART_VERSION = generateHelmChartVersion()
 
-                    dir('src/main/helm') {
+                    dir('ozgcloud-keycloak-operator/src/main/helm') {
                         sh "helm lint -f ../../test/helm/linter_values.yaml"
 
                         sh "helm unittest --helm3 -f '../../test/helm/*.yaml' -f '../../test/helm/*/*.yaml' ."