diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 23e5397..c5733f7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,9 +2,17 @@ image: docker.io/renovate/renovate:19 stages: - CI + - Run + +dry-run: + stage: CI + before_script: + - cp config.js /usr/src/app/config.js + script: + - node /usr/src/app/dist/renovate.js --dry-run run: - stage: CI + stage: Run before_script: - cp config.js /usr/src/app/config.js script: