From eb8f7642c38a727c121966652d0d970c40cbff9f Mon Sep 17 00:00:00 2001
From: Venkat Malladi <venkat.malladi@utsouthwestern.edu>
Date: Wed, 27 Sep 2017 16:23:46 -0500
Subject: [PATCH] Add information for local library.

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4bafc93..523c347 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,6 @@
 before_script:
   - module add  python/3.6.1-2-anaconda
-  - pip install pytest-pythonpath
+  - pip install --user pytest-pythonpath
   - cd ..
 
 test:
-- 
GitLab