diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1c32c63fa0776473e8322d7432db2af6d7b05e86..cf31ad87716b44010bb5d953af3b20cf2673f274 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 d40ad38af254ed988540c7b8808a2c453e67372e..0a01d75656283d857c9f7ee4afa7e4e3e821a7e1 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: