Call docker-compose up to run phpunit test

parent 27ad5f35
...@@ -29,4 +29,4 @@ install: ...@@ -29,4 +29,4 @@ install:
- docker exec -it php_test composer install --prefer-source --no-interaction - docker exec -it php_test composer install --prefer-source --no-interaction
script: script:
- docker exec -it php_test php ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml - docker-compose up
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment