Commit e1b67478 authored by Alessandro Frigeri's avatar Alessandro Frigeri
Browse files

Update .gitlab-ci.yml

parent a06d951c
Loading
Loading
Loading
Loading
Loading
+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