From 8894f2da81d885c1e788a3b21686212ad91d5bf2 Mon Sep 17 00:00:00 2001 From: Max Wittig Date: Mon, 12 Oct 2020 23:12:25 +0200 Subject: [PATCH] docs(readme): also add hint to delete gitlab-runner-test Otherwise the whole testsuite will refuse to run --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index 987338099..d94ade5a7 100644 --- a/README.rst +++ b/README.rst @@ -206,3 +206,5 @@ To cleanup the environment delete the container: .. code-block:: bash docker rm -f gitlab-test + docker rm -f gitlab-runner-test +