Olivier Massot 7 달 전
부모
커밋
c707c66055
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .gitlab-ci.yml

+ 1 - 1
.gitlab-ci.yml

@@ -21,7 +21,7 @@ unit:otcore:
   image: $CI_REGISTRY_IMAGE:latest
   stage: test
   script:
-    - php composer.phar --no-interaction --working-dir=./ot_core install
+    - composer --no-interaction --working-dir=./ot_core install
     - ./ot_core/.Build/bin/phpunit -c ./ot_core/Tests/Build/UnitTests.xml --coverage-text --colors=never
   artifacts:
     paths: