From 926e7bbd99ac04bb524b002d716a6f48ab8733fe Mon Sep 17 00:00:00 2001
From: Timm Fitschen <timm.fitschen@ds.mpg.de>
Date: Thu, 28 Mar 2019 11:24:12 +0100
Subject: [PATCH] TST: fix tests

---
 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a7e92962..d1c52cba 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -86,12 +86,14 @@ test:pycaosdb:py34:
     tags: [ py34 ]
     stage: test
     script:
+        - touch ~/.pycaosdb.ini
         - tox -r -e py34
 
 test:pycaosdb:py27:
     tags: [ py27 ]
     stage: test
     script:
+        - touch ~/.pycaosdb.ini
         - tox -r -e py27
 
 # pylint tests for pycaosdb (python 3.4)
-- 
GitLab