diff --git a/workflow/scripts/bdbag_fetch.sh b/workflow/scripts/bdbag_fetch.sh
index 606b88397d5a6cf4feb4aa38d7615e3e3ba48735..d805f67acd29296f8ea451bfa6b4d146014017cb 100644
--- a/workflow/scripts/bdbag_fetch.sh
+++ b/workflow/scripts/bdbag_fetch.sh
@@ -10,5 +10,5 @@ then
     done
 elif [ "${3}" == "TEST" ]
 then
-    bdbag --resolve-fetch all --fetch-filter filename\$*.txt ${1}
+    bdbag --resolve-fetch all --fetch-filter filename\$*.txt ${1} --debug
 fi