.gitlab-ci.yml in asciidoctor-defmastership-1.0.2 vs .gitlab-ci.yml in asciidoctor-defmastership-1.0.3

- old
+ new

@@ -2,10 +2,9 @@ image: ruby:2.5 before_script: - apt-get update - ruby -v - which ruby - - rm Gemfile.lock - gem install bundler --no-document - bundle install --jobs $(nproc) "${FLAGS[@]}" rspec: script: