Update .gitlab-ci.yml

This commit is contained in:
R. Eric Wheeler 2021-01-01 22:42:05 +00:00
parent be7516d3c6
commit 6df6e05e43
1 changed files with 1 additions and 0 deletions

View File

@ -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