Update .gitlab-ci.yml
This commit is contained in:
parent
be7516d3c6
commit
6df6e05e43
|
@ -13,6 +13,7 @@ before_script:
|
|||
- docker-php-ext-enable xdebug
|
||||
# Install and run Composer
|
||||
- curl -sS https://getcomposer.org/installer | php
|
||||
- php composer.phar self-update --1
|
||||
- php composer.phar install
|
||||
|
||||
# Run our tests
|
||||
|
|
Loading…
Reference in New Issue