Skip to content

Commit

Permalink
feat(CICD): Update stage test use paratest
Browse files Browse the repository at this point in the history
  • Loading branch information
BIBIOTA committed May 21, 2022
1 parent cf2aad7 commit da6752c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ composer:
paths:
- vendor/

phpunit:
paratest:
stage: test
dependencies:
- composer
script:
- /root/.composer/vendor/bin/phpunit --coverage-text --colors=never
- ./vendor/bin/paratest -p2

codestyle:
stage: test
Expand Down

0 comments on commit da6752c

Please sign in to comment.