Fix dev merge seed: update testme to gitlab-test.

This commit is contained in:
Ciro Santilli 2014-09-30 17:34:46 +02:00
parent 2b88c9cd15
commit 789b427592
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ Gitlab::Seeder.quiet do
end
end
project = Project.find_with_namespace('gitlab-org/testme')
project = Project.find_with_namespace('gitlab-org/gitlab-test')
params = {
source_branch: 'feature',