Commit 5f9ede88 authored by Gabriel Mazetto's avatar Gabriel Mazetto

Fix seed_fu for MySQL

parent 3797d160
...@@ -434,10 +434,9 @@ db:rollback-mysql: ...@@ -434,10 +434,9 @@ db:rollback-mysql:
stage: test stage: test
variables: variables:
SIZE: "1" SIZE: "1"
SETUP_DB: "false"
script: script:
- cp -R db/fixtures/development db/fixtures/test - cp -R db/fixtures/development db/fixtures/test
- bundle exec rake db:setup db:seed_fu - bundle exec rake db:seed_fu
artifacts: artifacts:
when: on_failure when: on_failure
expire_in: 1d expire_in: 1d
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment