소스 검색

update CI conf

Olivier Massot 3 년 전
부모
커밋
cb14013116
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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: