Explorar el Código

update CI conf

Olivier Massot hace 3 años
padre
commit
cb14013116
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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: