Loading .gitlab-ci.yml +3 −2 Original line number Diff line number Diff line Loading @@ -11,10 +11,11 @@ unit-tests: stage: tests script: - composer install --no-interaction --no-suggest --no-progress - php vendor/bin/phpunit --coverage-text --colors=never > coverage.txt - php vendor/bin/phpunit --coverage-text --colors=never > phpunit-log.txt artifacts: paths: - coverage.txt - phpunit-log.txt when: always update-satis: stage: publish Loading Loading
.gitlab-ci.yml +3 −2 Original line number Diff line number Diff line Loading @@ -11,10 +11,11 @@ unit-tests: stage: tests script: - composer install --no-interaction --no-suggest --no-progress - php vendor/bin/phpunit --coverage-text --colors=never > coverage.txt - php vendor/bin/phpunit --coverage-text --colors=never > phpunit-log.txt artifacts: paths: - coverage.txt - phpunit-log.txt when: always update-satis: stage: publish Loading