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