From 7fa57c5e3c0ee96827650f1f4d8f373b51d7b3e8 Mon Sep 17 00:00:00 2001 From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu> Date: Mon, 4 Jan 2021 21:25:29 -0600 Subject: [PATCH] Try and set singularity cache for ci --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3a60d00..eb318c3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,6 +2,7 @@ before_script: - module load python/3.6.4-anaconda - pip install --user attrs==19.1.0 pytest-pythonpath==0.7.1 pytest-cov==2.5.1 deriva==1.3.0 - module load singularity/3.5.3 + - export SINGULARITY_CACHE=/project/BICF/BICF_Core/shared/gudmap/singularity_cache - module load nextflow/20.01.0 - ln -sfn /project/BICF/BICF_Core/shared/gudmap/test_data/* ./test_data/ - mkdir -p ~/.deriva -- GitLab