From 0c41410a957f8539cc3fe54d4ed474414f9349b3 Mon Sep 17 00:00:00 2001
From: Christian Darsow-Fromm <christian.darsow@physik.uni-hamburg.de>
Date: Wed, 13 Mar 2019 23:37:59 +0100
Subject: [PATCH] link to rrz

---
 .gitlab-ci.yml | 2 +-
 README.md      | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1c32c63..cf31ad8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -141,7 +141,7 @@ test pip deployment:
   image: python:3
   stage: deploy-test
   before_script:
-    - sleep 120 # wait to minutes for pip to be able to get the new version
+    - sleep 180 # wait some time for pip to be able to get the new version
   script:
     - pip install NQontrol==${CI_COMMIT_TAG:1}
     - python3 -c "from nqontrol import Servo"
diff --git a/README.md b/README.md
index d40ad38..0a01d75 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,8 @@
 The project is a solution based on the ADwin real-time platform that is able to deliver in excess of 8 simultaneous locking loops running with 200 kHz sampling frequency, and offers five second-order filtering sections per channel for optimal control performance. 
 This Python package, together with a web-based GUI, makes the system easy to use and adapt for a wide range of control tasks in quantum-optical experiments.
 
+The source code can be found on our [GitLab](https://gitlab.rrz.uni-hamburg.de/las-nq/nqontrol)
+
 ## Documentation
 
 For more information please read the online documentation:
-- 
GitLab