Commit 1f0fa156 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Copy ci yml config before tests

parent d516b02e
......@@ -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[@]}"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment