Loading .gitlab-ci.yml +12 −2 Original line number Diff line number Diff line # The Docker image that will be used to build your app image: ubuntu:lts 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 Loading
.gitlab-ci.yml +12 −2 Original line number Diff line number Diff line # The Docker image that will be used to build your app image: ubuntu:lts 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