diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index df7fe3e34db4add22617b9bab202bd88578a3071..846434d5e9e73844e5961cf12247d7a649ba490a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -45,9 +45,9 @@ test-helm:
     - !reference [ .helm, before_script ]
     - helm plugin install https://github.com/helm-unittest/helm-unittest.git
   script:
-    - helm template  ./src/main/helm/ -f src/test/helm-linter-values.yaml
-    - helm lint -f src/test/helm-linter-values.yaml ./src/main/helm/
-    - cd src/main/helm && helm unittest  -f '../../test/helm/**/*test.yaml' .
+    - helm template -f src/test/helm-linter-values.yaml src/main/helm
+    - helm lint -f src/test/helm-linter-values.yaml src/main/helm
+    - helm unittest  -f '../../test/helm/**/*test.yaml' src/main/helm
 
 verify:
   stage: test