diff --git a/bin/run_ci_tests.sh b/bin/run_ci_tests.sh
index 5698158..dd0a08a 100755
--- a/bin/run_ci_tests.sh
+++ b/bin/run_ci_tests.sh
@@ -28,7 +28,7 @@ install_repo() {
 run_tests() {
     echo "Running tests"
     cd "$REPO_DIR"
-    pytest 2>&1 | tee "$TEST_LOG"
+    ./run_tests.sh 2>&1 | tee "$TEST_LOG"
 }
 
 check_test_results() {