Browse Source

updated .gitlab-ci.yml

v3-dev
REJack 6 years ago
parent
commit
69d0c4b0ca
No known key found for this signature in database
GPG Key ID: 4A44B48700429F46
  1. 2
      .gitlab-ci.yml

2
.gitlab-ci.yml

@ -29,7 +29,7 @@ test:
artifacts:
name: "coverage"
paths:
- CodeIgniter4-4.0.0-alpha.3/build/coverage
- CodeIgniter4-4.0.0-alpha.3/build/coverage/
script:
- vendor/bin/phpunit --configuration phpunit.xml --coverage-text --colors=never
Loading…
Cancel
Save