diff --git a/ahoy.yml b/ahoy.yml
index 548d49e6174a3a12bf5cb6539aa04c77f09ecaf3..3c6528dd50917af6341e2b25b6184347132e7182 100644
--- a/ahoy.yml
+++ b/ahoy.yml
@@ -1,10 +1,12 @@
 ahoyapi: v2
 commands:
+  exec:
+    cmd: docker-compose exec ${LAKEDROPS_DEV_DC_OPTIONS} --user root php ./vendor/bin/behat --config tests/behat/behat.yml "$@"
   test:
-    cmd: docker-compose exec -T --user root php ./vendor/bin/behat --config tests/behat/behat.yml "$@"
+    cmd: ahoy behat "$@"
     usage: Run Behat tests on the project
   test2xml:
-    cmd: docker-compose exec -T --user root php ./vendor/bin/behat --config tests/behat/behat.yml --format junit --out tests/output "$@"
+    cmd: ahoy behat --format junit --out tests/output "$@"
     usage: Run Behat tests on the project and output in junit format
   update:
     cmd: composer lakedrops:behat "$@"