diff --git a/bin/run_ci_tests.sh b/bin/run_ci_tests.sh
index dd0a08a..be0291f 100755
--- a/bin/run_ci_tests.sh
+++ b/bin/run_ci_tests.sh
@@ -32,7 +32,7 @@ run_tests() {
 }
 
 check_test_results() {
-    failed_tests=$(grep -e '^FAILED' "$TEST_LOG" >/dev/null)
+    failed_tests=$(grep -e '^FAILED' "$TEST_LOG")
     ret=0
 
     if [[ ! -z "$failed_tests" ]]; then