Olivier Massot 7 months ago
parent
commit
c707c66055
1 changed files with 1 additions and 1 deletions
  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: