diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ad51d6b..d1ff3b6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,12 +2,9 @@ image: ruby:2.6.5-alpine stages: - deploy -bundle_install: - stage: deploy - script: - - bundle install --path=./vendor - deploy_application: stage: deploy script: + - gem install bundler + - bundle install --path=./vendor - cap production deploy