|
|
@@ -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:
|