From e193b1a1ef56dd0403a077f6944572d5b2dae89c Mon Sep 17 00:00:00 2001
From: Venkat Malladi <venkat.malladi@utsouthwestern.edu>
Date: Tue, 5 Feb 2019 16:11:57 -0600
Subject: [PATCH] Pin versions.;

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fab7bc9..c74e8cd 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 --user pytest pytest-pythonpath pytest-cov
+  - pip install --user pytest-pythonpath=0.7.1 pytest-cov=2.5.1
   - module load  nextflow/0.31.0
   - ln -s /project/shared/bicf_workflow_ref/workflow_testdata/chipseq/*fastq.gz test_data/
 
-- 
GitLab