.gitlab-ci.yml in pdground-0.1.3 vs .gitlab-ci.yml in pdground-0.1.4

- old
+ new

@@ -14,10 +14,16 @@ rubocop: stage: test script: - rubocop -rspec: +rspec:2.4: + stage: test + script: + - rspec spec + +rspec:2.0: + image: "ruby:2.0" stage: test script: - rspec spec # Use dpl to publish the tem