Commit 3cbe8ff4 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Correction de la ligne de commande pout lancer les tests unitaires

parent 07730d40
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ unit-tests:
  stage: tests
  script:
    - composer install --no-interaction --no-suggest --no-progress
    - vendor/bin/phpunit --coverage-text=coverage.txt --colors=never
    - php -dxdebug.mode=coverage vendor/bin/phpunit --coverage-text=coverage.txt --colors=never
  artifacts:
    paths:
      - coverage.txt