diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-07-31 15:39:01 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-07-31 15:39:01 +0300 |
commit | f82b9e48ec038a3718aeeeb248b0a01c9f88fa33 (patch) | |
tree | 09ce291c73eef9dfac631127c313d02d5b78d61b /config/gitlab.yml.example | |
parent | 833bc305933bbf7b8b06d5464ae5716ccbe82674 (diff) | |
download | gitlab-ce-f82b9e48ec038a3718aeeeb248b0a01c9f88fa33.tar.gz |
Dont stub gitlab-shell calls. Make test environment closer to real one
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r-- | config/gitlab.yml.example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index dff709b66b8..7f31fb113c9 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -259,6 +259,12 @@ test: gitlab: host: localhost port: 80 + satellites: + path: tmp/tests/gitlab-satellites/ + gitlab_shell: + path: tmp/tests/gitlab-shell/ + repos_path: tmp/tests/repositories/ + hooks_path: tmp/tests/gitlab-shell/hooks/ issues_tracker: redmine: title: "Redmine" |