Commit 0c1ef11b authored by Stephane Bouvry's avatar Stephane Bouvry
Browse files

déplacement du before_script pour les tests unitaires

parent 1926ff57
Loading
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -14,15 +14,14 @@ cache:
  paths:
    - vendor/

test:
  stage: test
  before_script:
    # Met à jour Composer et installe les dépendances
    - apt-get update -yqq
    - apt-get install git unzip -yqq
    - curl -sS https://getcomposer.org/installer | php
    - php composer.phar install --prefer-dist --no-progress --no-interaction

test:
  stage: test
  script:
    # Exécute les tests PHPUnit
    - ./vendor/bin/phpunit --colors=always