CORD-933: The analytics patch broke the "-c" option. This fixes it.

Change-Id: Id26e900ea4078117a26583acb83caadfcbaca9ff
diff --git a/scripts/cord-in-a-box.sh b/scripts/cord-in-a-box.sh
index afee8ec..0e1987c 100755
--- a/scripts/cord-in-a-box.sh
+++ b/scripts/cord-in-a-box.sh
@@ -301,7 +301,7 @@
 # What to do
 if [[ $CLEANUP -eq 1 ]]
 then
-  run_stage cleanup_from_previous_test
+  cleanup_from_previous_test
 fi
 
 echo ""