소스 검색

fix gitlab-ci conf

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

+ 1 - 1
.gitlab-ci.yml

@@ -14,5 +14,5 @@ unit_otcore:
   stage: test
 
   script:
-    - php composer.phar --quiet --no-interaction --working-dir ./ot_core install
+    - php composer.phar --quiet --no-interaction --working-dir=./ot_core install
     - ./ot_core/.Build/bin/phpunit -c ./ot_core/Tests/Build/UnitTests.xml