diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5851056..71fd1c8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,6 +19,6 @@ test: - cp config/database.yml.gitlab config/database.yml - RAILS_ENV=test bundle exec rake db:create db:schema:load - railstest: + script: - bundle exec rake test