diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f9ca1b4940572faa62ec65c1be182d4143aa91a6..b34fa4df7e233242b617dfcf5bd3f5051b124463 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -76,7 +76,7 @@ lint-helm-chart:
   image: docker.io/alpine:${ALPINE_VERSION}
   stage: lint
   before_script:
-    - apk --no-cache add helm
+    - apk --no-cache add helm git
     - helm plugin install https://github.com/losisin/helm-values-schema-json.git
     - helm dependency update ./helm/seaweedfs
     - helm package ./helm/seaweedfs --destination ./build