diff --git a/justfile b/justfile
index 6e905ba..29db2b8 100644
--- a/justfile
+++ b/justfile
@@ -18,7 +18,7 @@ composer *args:
 alias phpunit := test
 
 test *args:
-  just _run php phpunit {{ args }}
+  just _run php phpunit --colors=always {{ args }}
 
 drush *args:
   just _exec php drush {{ args }}
@@ -29,6 +29,7 @@ install *args:
 
 
 
+
 _exec +args:
   docker compose exec {{ args }}