Copy ci yml config before tests

This commit is contained in:
Dmitriy Zaporozhets 2015-09-09 15:46:21 +02:00
parent d516b02eb4
commit 1f0fa156b5

View file

@ -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[@]}"