Loading .gitlab-ci.yml +8 −8 Original line number Diff line number Diff line Loading @@ -7,14 +7,14 @@ cache: paths: - vendor/ unit-tests: stage: tests script: - composer install --no-interaction --no-suggest --no-progress - php vendor/bin/phpunit --coverage-text=coverage.txt --colors=never artifacts: paths: - coverage.txt #unit-tests: # stage: tests # script: # - composer install --no-interaction --no-suggest --no-progress # - php vendor/bin/phpunit --coverage-text=coverage.txt --colors=never # artifacts: # paths: # - coverage.txt update-satis: stage: publish Loading Loading
.gitlab-ci.yml +8 −8 Original line number Diff line number Diff line Loading @@ -7,14 +7,14 @@ cache: paths: - vendor/ unit-tests: stage: tests script: - composer install --no-interaction --no-suggest --no-progress - php vendor/bin/phpunit --coverage-text=coverage.txt --colors=never artifacts: paths: - coverage.txt #unit-tests: # stage: tests # script: # - composer install --no-interaction --no-suggest --no-progress # - php vendor/bin/phpunit --coverage-text=coverage.txt --colors=never # artifacts: # paths: # - coverage.txt update-satis: stage: publish Loading