diff --git a/nix/scripts/run-ci-web-tests.nix b/nix/scripts/run-ci-web-tests.nix
index 20a366efadb7117fe6b06d27447b29945bb565d0..457906486eebdaba437658e083b39aa316eb4dd7 100644
--- a/nix/scripts/run-ci-web-tests.nix
+++ b/nix/scripts/run-ci-web-tests.nix
@@ -27,7 +27,7 @@ in
 
     if ! ${pkgs.nodejs_21}/bin/node "''${TEST_CASES_PATH}/puppeteer.mjs" --browser ${pkgs.ungoogled-chromium}/bin/chromium --path "''${TEST_CASES_PATH}/test.html" 
     then
-       echo_fail "Tests failed, check your JS!"
+       echo "Tests failed, check your JS!"
        exit 1
     fi
     exit 0