mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
use downloaded phpunit
This commit is contained in:
parent
4144a336ad
commit
fae191eef7
@ -19,13 +19,13 @@ test:php-7:
|
||||
image: chill/ci-image:php-7
|
||||
stage: test
|
||||
<<: *test_definition
|
||||
script: phpunit
|
||||
script: php vendor/bin/phpunit
|
||||
|
||||
test:php-7.1:
|
||||
image: chill/ci-image:php-7.1
|
||||
stage: test
|
||||
<<: *test_definition
|
||||
script: phpunit
|
||||
script: php vendor/bin/phpunit
|
||||
|
||||
deploy-packagist:
|
||||
stage: deploy
|
||||
|
Loading…
x
Reference in New Issue
Block a user