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