diff --git a/workflow/scripts/bdbagFetch.sh b/workflow/scripts/bdbagFetch.sh
index 1cab13098ce042e03a8a7506b551323f2c24c2e5..2a0ee96f58b392a2b8de0e37c31f8a2a42f4e359 100644
--- a/workflow/scripts/bdbagFetch.sh
+++ b/workflow/scripts/bdbagFetch.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}_inputBag
 fi