diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-09-09 15:46:21 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-09-09 15:46:21 +0200 |
commit | 1f0fa156b5c955bdaf8b0b2dca8002b9b22d2304 (patch) | |
tree | 4e3ad12d872cbfcdf5ea887747a0619a896891d1 | |
parent | d516b02eb4e40aa0c5c3f4a1d5d957f5657c2426 (diff) | |
download | gitlab-ce-1f0fa156b5c955bdaf8b0b2dca8002b9b22d2304.tar.gz |
Copy ci yml config before tests
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ddf4e31204a..3a4cc0d4abc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,6 +5,7 @@ before_script: - which ruby - gem install bundler --no-ri --no-rdoc - cp config/gitlab.yml.example config/gitlab.yml + - cp config/gitlab_ci.yml.example config/gitlab_ci.yml - touch log/application.log - touch log/test.log - bundle install --without postgres production --jobs $(nproc) "${FLAGS[@]}" |