From 45a6ff1aa29e33e36891d28d5caf6724be03214b Mon Sep 17 00:00:00 2001
From: Jan Caron <j.caron@fz-juelich.de>
Date: Wed, 12 Jul 2017 14:41:01 +0200
Subject: [PATCH] Using setup.py develop for the installation of required
 packages! And deleted/ignored pyramid.egg-info

---
 .gitlab-ci.yml | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7bfd626..119245e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,9 +11,12 @@ before_script:
   - chmod 400 ~/.ssh/id_rsa_jutil
   # Configure SSH to use ~/.ssh/jutil_key for iffgit.fz-juelich.de (-e allows \n):
   - echo -e "Host iffgit.fz-juelich.de\n\tIdentityFile ~/.ssh/id_rsa_jutil\n" > ~/.ssh/config
-  - cat ~/.ssh/config
-  - ssh-keyscan -H 'iffgit.fz-juelich.de'
-  - echo ssh-keyscan -H 'iffgit.fz-juelich.de' >> ~.ssh/known_hosts
+
+  #- cat ~/.ssh/config
+
+  #- ssh-keyscan -H 'iffgit.fz-juelich.de'
+  #- echo $(<ssh-keyscan -H 'iffgit.fz-juelich.de') >> ~/.ssh/known_hosts
+  #- cat ~/.ssh/known_hosts
   # For Docker builds disable host key checking. Be aware that by adding that
   # you are suspectible to man-in-the-middle attacks.
   # WARNING: Use this only with the Docker executor, if you use it with shell
-- 
GitLab