diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1af958d1dc2f906816ba48fcb7399ca7c96df1a9..5aa8f503fb909f8e1c3d394802ee1a87e8d08a38 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-for-helm --readme ./helm/dbrepo/README.md --values ./helm/dbrepo/values.yaml
+    - readme-generator --readme ./helm/dbrepo/README.md --values ./helm/dbrepo/values.yaml
 
 test-metadata-service:
   image: maven:3-openjdk-17