lorisleiva / laravel-docker

🐳 Generic docker image for Laravel Applications
MIT License
927 stars 312 forks source link

phpunit: command not found #99

Closed ibluecode closed 2 years ago

ibluecode commented 2 years ago

While trying to run a deployment from my gitlab pipeline that uses the lorisleiva/laravel-docker:latest image I encountered an error while trying to run phpunit:

/bin/bash: line 124: phpunit: command not found Everithing was working yesterday.

maximewex commented 2 years ago

I encounter similar error with on phpcs /bin/bash: line 123: phpcs: No such file or directory

Taelkir commented 2 years ago

I expect this is probably going to be related to https://github.com/lorisleiva/laravel-docker/issues/96, you might want to comment there so they know more than just git was affected by the latest change

ibluecode commented 2 years ago

Ok. This is not a real issue because we can call PHPUNIT from vendor folder php vendor/bin/phpunit. Just wanted to let you know.

maximewex commented 2 years ago

Ok. This is not a real issue because we can call PHPUNIT from vendor folder php vendor/bin/phpunit. Just wanted to let you know.

May I ask if you have additionnal script playing in the job ? That solution isn't working on my side