From 1f5a908add33ecd6375f7a947e9500461e23216d Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen@paragon-es.de>
Date: Fri, 14 Dec 2018 14:57:27 +0100
Subject: [PATCH] Provide path for phpcs executable

---
 ahoy.test.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ahoy.test.yml b/ahoy.test.yml
index 326e539..63ce6d5 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
-- 
GitLab