Update .gitlab-ci.yml
This commit is contained in:
parent
63ac834cc4
commit
6a43b25b14
1 changed files with 1 additions and 2 deletions
|
|
@ -17,10 +17,9 @@ build:
|
|||
script:
|
||||
- apt-get update -qy
|
||||
- apt-get -o dir::cache::archives="vendor/apt" install -yqq imagemagick git build-essential zlib1g-dev libbz2-dev libpq-dev ruby
|
||||
- gem install bundler --no-ri --no-rdoc
|
||||
- gem install bundler --no-rdoc
|
||||
- RAILS_ENV=test bundle install --path vendor
|
||||
- cp config/database.yml.gitlab config/database.yml
|
||||
- RAILS_ENV=test bundle exec rake db:create db:schema:load
|
||||
#- RAILS_ENV=test bundle exec rake db:schema:load
|
||||
- bundle exec rake test
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue