diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1586b15..27dc04d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,13 +11,13 @@ dry-run: before_script: - "cp config.js /usr/src/app/config.js" script: - - "node /usr/src/app/dist/renovate.js --dry-run" + - "renovate --dry-run" run: stage: Run before_script: - cp config.js /usr/src/app/config.js script: - - node /usr/src/app/dist/renovate.js + - renovate only: - schedules