diff --git a/ahoy.test.yml b/ahoy.test.yml
index 60eaabda969cac1bdcfdde43c9c100c2c028ef62..11898385d0d053c48fd9cd2cef8f78b49b5b893a 100644
--- a/ahoy.test.yml
+++ b/ahoy.test.yml
@@ -6,7 +6,7 @@ commands:
   phpcs:
     cmd: |
       ahoy d4d exec mkdir -p /tmp/logs
-      ahoy d4d exec vendor/bin/phpcs --report-full=/tmp/logs/codesniffer_results.txt --report-checkstyle=/tmp/logs/checkstyle.xml --report-diff=/tmp/logs/codesniffer_fixes.patch --standard=DrupalPractice --file-list=/var/www/html/tests/phpcs.files --extensions=php,module,inc,install,test,profile,theme,info,txt,md --ignore=node_modules,*.min.css,*.min.js,$(paste -s -d, .phpcsignore 2>/dev/null) "$@"
+      ahoy d4d exec vendor/bin/phpcs --report-full=/tmp/logs/codesniffer_results.txt --report-checkstyle=/tmp/logs/checkstyle.xml --report-diff=/tmp/logs/codesniffer_fixes.patch --standard=Drupal --file-list=/var/www/html/tests/phpcs.files --extensions=php,module,inc,install,test,profile,theme,info,txt,md --ignore=node_modules,*.min.css,*.min.js,$(paste -s -d, .phpcsignore 2>/dev/null) "$@"
       ahoy d4d exec cat /tmp/logs/codesniffer_results.txt
     usage: PHP coding standards
   phpcsmodule:
@@ -14,7 +14,7 @@ commands:
       module=$1
       shift
       ahoy d4d exec mkdir -p /tmp/logs
-      ahoy d4d exec vendor/bin/phpcs --report-full=/tmp/logs/codesniffer_results.txt --report-checkstyle=/tmp/logs/checkstyle.xml --report-diff=/tmp/logs/codesniffer_fixes.patch --standard=DrupalPractice --extensions=php,module,inc,install,test,profile,theme,info,txt,md --ignore=node_modules,*.min.css,*.min.js,$(paste -s -d, .phpcsignore 2>/dev/null) web/modules/contrib/$module "$@"
+      ahoy d4d exec vendor/bin/phpcs --report-full=/tmp/logs/codesniffer_results.txt --report-checkstyle=/tmp/logs/checkstyle.xml --report-diff=/tmp/logs/codesniffer_fixes.patch --standard=Drupal --extensions=php,module,inc,install,test,profile,theme,info,txt,md --ignore=node_modules,*.min.css,*.min.js,$(paste -s -d, .phpcsignore 2>/dev/null) web/modules/contrib/$module "$@"
       ahoy d4d exec cat /tmp/logs/codesniffer_results.txt
     usage: PHP coding standards
   phpcs-fix: