diff --git a/runtests.sh b/runtests.sh
index fc9d92b..b846e99 100755
--- a/runtests.sh
+++ b/runtests.sh
@@ -5,8 +5,8 @@
 
 echo -e "\n[+] `date` -> CentOS QA $0 starting."
 
-host repo.centos.org > /dev/null
-SKIP_QA_HARNESS=$?
+host repo.centos.qa > /dev/null
+export SKIP_QA_HARNESS=$?
 
 LIB_FUNCTIONS='./tests/0_lib/functions.sh'