Copy ci yml config before tests
This commit is contained in:
parent
d516b02eb4
commit
1f0fa156b5
1 changed files with 1 additions and 0 deletions
|
@ -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[@]}"
|
||||
|
|
Loading…
Reference in a new issue