diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2041e0e16fba1a842918d29c9e750f6110d6e66c..a62e8d6458993bfa4e29661e94c1f24c8ed4f40f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -200,7 +200,7 @@ lint-helm-readme:
     - helm plugin install https://github.com/losisin/helm-values-schema-json.git
   script:
     - helm schema -input ./helm/dbrepo/values.yaml -output ./helm/dbrepo/values.schema.json
-    - readme-generator --readme ./helm/dbrepo/README.md --values ./helm/dbrepo/values.yaml
+    - readme-generator-for-helm --readme ./helm/dbrepo/README.md --values ./helm/dbrepo/values.yaml
 
 test-metadata-service:
   image: maven:3-openjdk-17