diff --git a/ahoy.yml b/ahoy.yml
index 3c6528dd50917af6341e2b25b6184347132e7182..6119e3c343683e43d9e83409cf3cc67d71666f5e 100644
--- a/ahoy.yml
+++ b/ahoy.yml
@@ -2,8 +2,9 @@ ahoyapi: v2
 commands:
   exec:
     cmd: docker-compose exec ${LAKEDROPS_DEV_DC_OPTIONS} --user root php ./vendor/bin/behat --config tests/behat/behat.yml "$@"
+    hide: true
   test:
-    cmd: ahoy behat "$@"
+    cmd: ahoy behat exec "$@"
     usage: Run Behat tests on the project
   test2xml:
     cmd: ahoy behat --format junit --out tests/output "$@"