summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/examples/build_script_gitlab_ce.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/build_script_gitlab_ce.md b/doc/examples/build_script_gitlab_ce.md
index dac4216..79fdddc 100644
--- a/doc/examples/build_script_gitlab_ce.md
+++ b/doc/examples/build_script_gitlab_ce.md
@@ -61,7 +61,7 @@ cp config/gitlab.yml.example config/gitlab.yml
RAILS_ENV=test bundle exec rake gitlab:shell:install
-RAILS_ENV=test bundle exec rake db:drop db:create db:migrate
+RAILS_ENV=test bundle exec rake db:drop db:create
RAILS_ENV=test bundle exec rake test
```