diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8f5f532c9737b52752732365cd90d9d1f6102aa3..3cd4aba58305180d506306d08dc45f07ce4742ce 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 git bash nodejs
+    - apk --no-cache add helm git bash nodejs npm
     - helm plugin install https://github.com/losisin/helm-values-schema-json.git
     - helm dependency update ./helm/seaweedfs
     - helm package ./helm/seaweedfs --destination ./build