Commit 68b16e24 authored by Alessandro Frigeri's avatar Alessandro Frigeri
Browse files

Update .gitlab-ci.yml file

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