From 7d6b4fe0ab3c6b34f41dce2fa5228d7066dde109 Mon Sep 17 00:00:00 2001
From: lb584 <lb584@cam.ac.uk>
Date: Fri, 12 Jan 2024 16:04:14 +0000
Subject: [PATCH] fixing docs

---
 docs/_source/installation.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/_source/installation.rst b/docs/_source/installation.rst
index ec386db..5ba7340 100644
--- a/docs/_source/installation.rst
+++ b/docs/_source/installation.rst
@@ -181,7 +181,7 @@ when attached to the running docker container:
 .. code-block:: bash
 
     cd /storage/app/EWS_prod/code/coordinator/tests/integration/partial/
-    ./run_tests.sh
+    ./run_test_suite.sh
 
 If successful, you will see lots of system out passing by, with a message like "Ran 14 tests in 0:01:13 OK" at the end.
 
-- 
GitLab