From 253e634db5712b409701024a9adeb100bddfc7d3 Mon Sep 17 00:00:00 2001 From: Jeremy Mathews <Jeremy.Mathews@utsouthwestern.edu> Date: Thu, 20 Jun 2019 14:36:52 -0500 Subject: [PATCH] Fix process scripts issue --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dd0031b..09ed259 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,6 +6,7 @@ variables: before_script: - module load nextflow/0.31.0 + - rm -rf workflow/process_scripts - git submodule update --init --recursive - git submodule sync --recursive -- GitLab