From f67caed838eefc7c4cf87883fca53e1a75a45204 Mon Sep 17 00:00:00 2001
From: "Stefan E. Funk" <funk@sub.uni-goettingen.de>
Date: Tue, 7 May 2019 13:55:47 +0200
Subject: [PATCH] =?UTF-8?q?more=20erg=C3=A4nzungen?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 rdd-technical-reference.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/rdd-technical-reference.md b/rdd-technical-reference.md
index f80eefc..dd72ee5 100644
--- a/rdd-technical-reference.md
+++ b/rdd-technical-reference.md
@@ -216,7 +216,7 @@ Examples for different programming languages are:
 
 ### Code building
 
-The reason for using a build tool is to be able to build and/or test a code project with one command (after checking out). Another reason  is to include dependency management.
+The reason for using a build tool is to be able to build and/or test a code project with one command (after checking out). Another reason is to include dependency management.
 
 Build tools we are using at the moment
 
@@ -235,6 +235,10 @@ Build tools we want to evaluate
 
 ### Continuous integration
 
+We want to use CI as soon as possible in new projects.
+
+The workflows we are using currently in Jenkins and Gitlab Runner are:
+
     - Code building
     - Testing
     - Code analyzer (Sonar)
-- 
GitLab