Attempt to use lighter docker images for gitlab builds

This commit is contained in:
Timothy Warren 2018-01-31 13:46:36 -05:00
parent 8d119eb9ee
commit 57565f6bfc
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
before_script:
# Install dependencies
- bash build/docker_install.sh > /dev/null
- sh build/docker_install.sh > /dev/null
- curl -sS https://getcomposer.org/installer | php
- php composer.phar install --ignore-platform-reqs
services: