Update .gitlab-ci.yml

This commit is contained in:
Mathieu Lagace
2018-09-24 15:22:38 +00:00
parent 712246e6cb
commit 70bb173eb0

View File

@@ -10,6 +10,7 @@ before_script:
- apt-get install git -yqq - apt-get install git -yqq
- curl -sS https://getcomposer.org/installer | php - curl -sS https://getcomposer.org/installer | php
- php composer.phar install - php composer.phar install
- mv composer.phar /usr/local/bin/composer
deploy_stage: deploy_stage:
stage: deploy stage: deploy