From 46d64cf63109fbf63536cf967779bb187ad75d2d Mon Sep 17 00:00:00 2001
From: Venkat Malladi <venkat.malladi@utsouthwestern.edu>
Date: Wed, 27 Sep 2017 16:03:53 -0500
Subject: [PATCH] Add in pytest-pythonpath.

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

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