|
|
@@ -6,6 +6,8 @@ variables:
|
|
|
SSH_PRIVATE_KEY: $SSH_PRIVATE_KEY
|
|
|
|
|
|
before_script:
|
|
|
+ # /!\ Attention: la configuration du SSH est indispensable pour pouvoir cloner notre repo foselastica
|
|
|
+ # Install packages
|
|
|
- apt-get -yqq update
|
|
|
- apt-get -yqq install zip unzip git openssh-client
|
|
|
|
|
|
@@ -33,7 +35,7 @@ unit:
|
|
|
stage: test
|
|
|
|
|
|
script:
|
|
|
- - php composer.phar --no-interaction --quiet install
|
|
|
+ - php composer.phar install --no-interaction --ignore-platform-reqs
|
|
|
- php bin/phpunit --configuration phpunit.xml.dist --colors=never --no-interaction
|
|
|
|
|
|
artifacts:
|