diff --git a/bin/t b/bin/t
index d87ad906..55e193ca 100755
--- a/bin/t
+++ b/bin/t
@@ -23,6 +23,15 @@ else
     ! -path "${HOME}/Code/tmp/*"
   )
 
+  # Include GitLab repositories that are within multi-level project and group directories.
+  items+=" "
+  items+=$(find "${HOME}/Code/gitlab.com" \
+    -maxdepth 4  \
+    -mindepth 3 \
+    -type d \
+    ! -path "${HOME}/Code/gitlab.com/opdavies/wiki/*" \
+  )
+
   # Add the top-level directories within ~/Code/tmp.
   items+=" "
   items+=$(find "${HOME}/Code/tmp" \