diff --git a/ahoy.test.yml b/ahoy.test.yml
index 326e539bd30d4589581afe19c95ecc47c9923224..63ce6d50a53f5e5cd88b4150f57f55793dbb8b63 100644
--- a/ahoy.test.yml
+++ b/ahoy.test.yml
@@ -1,7 +1,7 @@
 ahoyapi: v2
 commands:
   phpcs:
-    cmd: ahoy d4d exec phpcs --standard=DrupalPractice /var/www/html/web/modules/custom/ /var/www/html/web/profiles/custom/ /var/www/html/web/themes/custom/
+    cmd: ahoy d4d exec vendor/bin/phpcs --standard=DrupalPractice /var/www/html/web/modules/custom/ /var/www/html/web/profiles/custom/ /var/www/html/web/themes/custom/
     usage: PHP coding standards
   phpunit:
     cmd: ahoy d4d exec vendor/bin/phpunit --configuration /var/www/html/tests/phpunit.xml.dist