Loading .gitlab-ci.yml +2 −12 Original line number Diff line number Diff line default: image: ruby:2.6 services: - postgres:11.7 before_script: - bundle install test: script: - bundle exec rake spec No newline at end of file # The Docker image that will be used to build your app image: ubuntu:lts Loading
.gitlab-ci.yml +2 −12 Original line number Diff line number Diff line default: image: ruby:2.6 services: - postgres:11.7 before_script: - bundle install test: script: - bundle exec rake spec No newline at end of file # The Docker image that will be used to build your app image: ubuntu:lts