.gitlab-ci.yml in epub-maker-0.1.3 vs .gitlab-ci.yml in epub-maker-0.1.4

- old
+ new

@@ -44,5 +44,15 @@ - tags cache: key: ruby:2.6 paths: - deps + +test:2.7: + image: ruby:2.7 + script: bundle exec rake test + except: + - tags + cache: + key: ruby:2.7 + paths: + - deps