diff --git a/ci-scripts/reportTestLocally.sh b/ci-scripts/reportTestLocally.sh
index c137fcdcbbb52ada1aa7571ea70f7b74a1f7bc42..f21c82830fd4bebfeb0007470c1d5e4b56eeb53f 100755
--- a/ci-scripts/reportTestLocally.sh
+++ b/ci-scripts/reportTestLocally.sh
@@ -251,7 +251,7 @@ function report_test {
     echo "   <h2>Test Summary</h2>" >> ./test_simulator_results.html
 
     ARCHIVES_LOC=archives/rf_sim/test
-    if [ -d $ARCHIVES_LOC ]
+    if test   # evaluates to false
     then
         echo "   <h3>4G LTE RF Simulator Check</h3>" >> ./test_simulator_results.html