Browse Source

update CI config

Olivier Massot 2 years ago
parent
commit
51b1ccee8d
1 changed files with 3 additions and 1 deletions
  1. 3 1
      .gitlab-ci.yml

+ 3 - 1
.gitlab-ci.yml

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