summaryrefslogtreecommitdiff
path: root/spec/support/generate-seed-repo-rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/generate-seed-repo-rb')
-rwxr-xr-xspec/support/generate-seed-repo-rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/generate-seed-repo-rb b/spec/support/generate-seed-repo-rb
index 7335f74c0e9..c89389b90ca 100755
--- a/spec/support/generate-seed-repo-rb
+++ b/spec/support/generate-seed-repo-rb
@@ -15,7 +15,7 @@
require 'erb'
require 'tempfile'
-SOURCE = 'https://gitlab.com/gitlab-org/gitlab-git-test.git'.freeze
+SOURCE = File.expand_path('../gitlab-git-test.git', __FILE__).freeze
SCRIPT_NAME = 'generate-seed-repo-rb'.freeze
REPO_NAME = 'gitlab-git-test.git'.freeze