diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 732007e..41b4619 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,5 +26,6 @@ build: - RAILS_ENV=test bundle install --path vendor - cp config/database.yml.gitlab config/database.yml - RAILS_ENV=test bundle exec rake db:create db:schema:load + #- RAILS_ENV=test bundle exec rake db:schema:load - bundle exec rake test