Next try
This commit is contained in:
parent
8719900613
commit
cc1f490d28
1 changed files with 2 additions and 1 deletions
|
|
@ -3,7 +3,8 @@ test:
|
|||
stage: test
|
||||
script:
|
||||
- apt-get update -qy
|
||||
- apt-get install -y python-psycopg2 ruby imagemagick
|
||||
- apt-get install -y ruby imagemagick
|
||||
- gem install bundler
|
||||
- bundle install --path /cache
|
||||
- bundle exec rake db:create RAILS_ENV=test
|
||||
- bundle exec rake test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue