From 2cd079e67bc64cda188f8337f36498ca64b7e5ec Mon Sep 17 00:00:00 2001 From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu> Date: Fri, 20 Dec 2019 14:22:18 -0600 Subject: [PATCH] Remove concurrency test --- .gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 19e722b..56ecdb1 100755 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,3 @@ -variables: - GIT_CLONE_PATH: $CI_BUILDS_DIR/$CI_PIPELINE_ID - before_script: - module load astrocyte - module load python/3.6.1-2-anaconda -- GitLab