diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d1a71e5685aaff3d0545975b8c7e72e2200db9a9..b542c5a28a41cc0ac3a18ec4808280a324ecebda 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