diff --git a/.ci/.autoRedirect b/.ci/.autoRedirect
index ea858a1432a4d0d3b78b42bf4c586e2a933ad672..1c7bfc532cd669559bd5fd33796e543af631230e 100644
--- a/.ci/.autoRedirect
+++ b/.ci/.autoRedirect
@@ -7,6 +7,7 @@
             url:      url,
             dataType: 'text',
             type:     'GET',
+            cache:    false,
             complete:  function(xhr){
                 if(typeof cb === 'function')
                 cb.apply(this, [xhr.status]);