diff --git a/centos_ci_build b/centos_ci_build
index 9c96b15..e0e11e1 100755
--- a/centos_ci_build
+++ b/centos_ci_build
@@ -1,5 +1,5 @@
 #!/bin/sh
 # Build steps used in CentOS CI
 
-#yum -y update
-SKIP_QA_HARNESS=1 ./runtests.sh p_gzip
+yum -y update
+SKIP_QA_HARNESS=1 ./runtests.sh
diff --git a/tests/p_mysql/0-install_mysqld.sh b/tests/p_mysql/0-install_mysqld.sh
index 8b06eae..96dfa72 100755
--- a/tests/p_mysql/0-install_mysqld.sh
+++ b/tests/p_mysql/0-install_mysqld.sh
@@ -1,6 +1,8 @@
 #!/bin/bash
 # Author: Athmane Madjoudj <athmanem@gmail.com>
 
+t_Log "Running $0 - installing and starting mysql server."
+
 # MySQL
 t_InstallPackage mysql-server
 t_ServiceControl mysqld start >/dev/null 2>&1