diff --git a/test/cypress/cypressParallel.sh b/test/cypress/cypressParallel.sh index 591c4aa2b2..6330e1346d 100644 --- a/test/cypress/cypressParallel.sh +++ b/test/cypress/cypressParallel.sh @@ -1,6 +1,6 @@ #!/bin/bash -find 'test/cypress/integration/invoiceIn/**' \ +find 'test/cypress/integration/invoiceIn/' \ -mindepth 1 \ -maxdepth 1 \ -type d | \