From bcdf5ef4abbaea06b3b3ac3a7f3c5fec786cbd7d Mon Sep 17 00:00:00 2001
From: Jeremy Mathews <Jeremy.Mathews@utsouthwestern.edu>
Date: Thu, 20 Jun 2019 15:25:44 -0500
Subject: [PATCH] Fix process scripts v4

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0c56a61..1e24442 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,9 +6,8 @@ variables:
 
 before_script:
   - module load nextflow/0.31.0
-  - rm -rf /workflow/process_scripts
-  - git submodule update --init --recursive
   - git submodule sync --recursive
+  - git submodule update --init --recursive
 
 stages:
   - integration
-- 
GitLab