This commit is contained in:
Akolzin Dmitry 2020-02-18 00:11:29 +03:00
parent 3516378d7e
commit 799c260189

View File

@ -32,8 +32,10 @@ before_script:
- (php -S localhost:8000 -t www &) 2> /dev/null > /dev/null - (php -S localhost:8000 -t www &) 2> /dev/null > /dev/null
- sleep 2 - sleep 2
script: jobs:
- composer test include:
- stage: test
script: composer test
deploy: deploy:
skip_cleanup: true skip_cleanup: true