diff --git a/tests/1_host_configuration.sh b/tests/1_host_configuration.sh
index ce22dae..4346725 100644
--- a/tests/1_host_configuration.sh
+++ b/tests/1_host_configuration.sh
@@ -53,7 +53,7 @@ check_1_3() {
     info "     * Using $docker_version which is current"
     info "     * Check with your operating system vendor for support and security maintenance for Docker"
     logjson "1.3" "PASS"
-    currentScore=$((currentScore - 0))
+    currentScore=$((currentScore + 1))
   fi
 }