From 9d9ad3e1a3fe9ad146d959c923c55f8205a47839 Mon Sep 17 00:00:00 2001
From: Lukas Werner <lks.werner@fau.de>
Date: Tue, 10 Aug 2021 15:33:12 +0200
Subject: [PATCH] Improved documentation

---
 documentation/README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/documentation/README.md b/documentation/README.md
index a703ca3..08f098c 100644
--- a/documentation/README.md
+++ b/documentation/README.md
@@ -7,7 +7,7 @@
 
 ### Setting up authentification
 
-To ensure, that a given repository is entitled to run CI jobs as a given user, a authentification strategy using SSH keys is employed.
+To ensure that a given repository is entitled to run CI jobs as a given user an authentification strategy using SSH keys is employed.
 
 Most CI configuration happens in the `.gitlab-ci.yml` file.
 However, to make the private SSH key available in the pipeline without exposing it in `.gitlab-ci.yml` a "secret" CI variable needs to be set.
@@ -41,6 +41,7 @@ benchmark-broadep2:
 ```
 
 This configuration already suffices to have the CI jobs running on the node `phinally`.
+With "phinally" being the default node and time limit by default at 120, even having no configuration at all would work just fine.
 
 To pick a node to run your job on, set `SLURM_NODELIST` to the nodes hostname.
 `SLURM_NODELIST` can only hold a single entry, as usage of multiple nodes at once is not available on the test cluster.
-- 
GitLab