.gitlab-ci.yml in power_stencil-0.6.3 vs .gitlab-ci.yml in power_stencil-0.7.0

- old
+ new

@@ -1,9 +1,11 @@ image: "ruby:2.3" before_script: - gem install bundler --no-document - bundle install --jobs $(nproc) "${FLAGS[@]}" + - git config --global user.email "noone@nowhere.org" + - git config --global user.name "Testman" rspec: script: - bundle exec rspec