diff --git a/bin/test.sh b/bin/test.sh
index 6a6e27747fb90537f7bc3523d7c2838550b99317..ff773d26bccda11f0ea047690f33f90b19aff64d 100755
--- a/bin/test.sh
+++ b/bin/test.sh
@@ -142,6 +142,7 @@ function CloneCache
 
 function PullCache
 {
+    CloneCache
     Head "Pull WP cache (to $FRAMAC_WP_CACHEDIR)..."
     Run git -C $FRAMAC_WP_CACHEDIR pull --rebase
 }