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