Explorar el Código

fix gitlab-ci conf

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