diff --git a/.gitlab/ci_templates/helm_package.yml b/.gitlab/ci_templates/helm_package.yml
index bb2404c0ca10be8726ce97fe5f3979857a42d31c..78b87dafabecc4a336905b2ef28f1cadab0560de 100644
--- a/.gitlab/ci_templates/helm_package.yml
+++ b/.gitlab/ci_templates/helm_package.yml
@@ -31,7 +31,7 @@ lint-helm:
     when: always
   rules:
     - changes:
-      - '${CHART_DIR}*.yaml'
+      - ${CHART_DIR}*.yaml
       - ${CHART_DIR}templates/*.yaml
 
 package-chart: