From bf073deef589c8877e372173836207adcc19420e Mon Sep 17 00:00:00 2001 From: Malaber <32635600+Malaber@users.noreply.github.com> Date: Fri, 12 Apr 2019 13:16:03 +0200 Subject: [PATCH] Add .gitlab-ci.yml --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 36c7b33..1b4c15c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,5 +2,6 @@ image: ruby:2.6.2 test: script: + - bundle install - bundle exec rails db:migrate RAILS_ENV=test - bundle exec rails spec RAILS_ENV=test \ No newline at end of file