.gitlab-ci.yml in puppet-debugger-1.1.0 vs .gitlab-ci.yml in puppet-debugger-1.2.0

- old
+ new

@@ -9,10 +9,11 @@ - web_deploy .puppet_def: &puppet_job_def stage: test script: + - rm -f Gemfile.lock - gem update --system > /dev/null - gem install bundler > /dev/null - bundle install --without development validate - bundle exec puppet module install puppetlabs-stdlib - bundle exec rspec @@ -34,9 +35,10 @@ only: - branches tags: - ruby script: + - rm -f Gemfile.lock - bundle install - bundle exec rubocop -D bump_and_tag: stage: release