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