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