Update .gitlab-ci.yml

This commit is contained in:
Mathieu Lagace
2018-09-24 15:08:32 +00:00
parent bcc293a5d4
commit d5151920d8

View File

@@ -1,5 +1,11 @@
before_script:
- apt-get update -qq && apt-get install -y -qq sshpass
- apt-get install zip unzip
- php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
- php composer-setup.php
- php -r "unlink('composer-setup.php');"
- php composer.phar install
- npm install
deploy_stage:
stage: deploy