diff --git a/test/cypress/cypressParallel.sh b/test/cypress/cypressParallel.sh
index eed87d8c7..8ef26bcde 100644
--- a/test/cypress/cypressParallel.sh
+++ b/test/cypress/cypressParallel.sh
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-find 'test/cypress/integration/' \
+find 'test/cypress/integration' \
     -mindepth 1 \
     -maxdepth 1 \
     -type d | \