Parcourir la source

update CI conf

Olivier Massot il y a 3 ans
Parent
commit
cb14013116
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .gitlab-ci.yml

+ 1 - 1
.gitlab-ci.yml

@@ -34,7 +34,7 @@ unit:
 
   script:
     - php composer.phar --no-interaction --quiet install
-    - ./bin/phpunit --configuration ./phpunit.xml.dist --coverage-text --colors=never
+    - phpunit --configuration ./phpunit.xml.dist --coverage-text --colors=never
 
   artifacts:
     paths: