Skip to content
Snippets Groups Projects
Commit c22a4d30 authored by Mauricio Giacomini Girardello's avatar Mauricio Giacomini Girardello
Browse files

change migrate task for gitlab-ci

parent b314b156
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ before_script: ...@@ -15,7 +15,7 @@ before_script:
# gems # gems
- gem install bundler - gem install bundler
- bundle install --jobs $(nproc) --path=/cache/bundler - bundle install --jobs $(nproc) --path=/cache/bundler
- bundle exec rake db:migrate:reset - bundle exec rake db:migrate:reset RAILS_ENV=test
test: test:
stage: test stage: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment