validate is alternative
diff --git a/script/cibuild b/script/cibuild
index 3e70cc1..8c05641 100644
--- a/script/cibuild
+++ b/script/cibuild
@@ -12,9 +12,9 @@
 
 bundle exec jekyll build
 if [ "${VALIDATE}" != "" ]; then
-  echo "it will not validate the site"
-else
   bundle exec htmlproofer ./_site
+else
+  echo "it will not validate the site"
 fi
 
 mkdir -p ../tmp