From 17f187dc1e3948cbcb87e25bebfe6c477546cb33 Mon Sep 17 00:00:00 2001
From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu>
Date: Tue, 14 Jan 2020 12:12:57 -0600
Subject: [PATCH] Update .gitlab-ci.yml

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d1a71e5..b542c5a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,7 +2,7 @@ before_script:
   - module add  python/3.6.1-2-anaconda
   - pip install --user pytest-pythonpath==0.7.1 pytest-cov==2.5.1
   - module load singularity/3.0.2
-  - ln -sfn /project/BICF/BICF_Core/shared/gudmap/test_data/ ./test_data/
+  - ln -sfn /project/BICF/BICF_Core/shared/gudmap/test_data/* ./test_data/
 
 stages:
   - unit
-- 
GitLab