summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b322ade..c11d4af 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -67,4 +67,4 @@ renovate:
67 name: renovate/renovate:34 67 name: renovate/renovate:34
68 entrypoint: [''] 68 entrypoint: ['']
69 script: 69 script:
70 - node /usr/src/app/dist/renovate.js --platform gitlab --endpoint ${CI_API_V4_URL} --token ${GITLAB_API_TOKEN} ${CI_PROJECT_PATH} \ No newline at end of file 70 - renovate --platform gitlab --endpoint ${CI_API_V4_URL} --token ${GITLAB_API_TOKEN} ${CI_PROJECT_PATH}