From 863e86e3689abba7fc138eb09e396e233ecdb165 Mon Sep 17 00:00:00 2001
From: Brandi Cantarel <brandi.cantarel@utsouthwestern.edu>
Date: Fri, 16 Mar 2018 11:28:42 -0500
Subject: [PATCH] update recursive process_scripts

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 84f147b..cbf3cd8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,6 +6,7 @@ variables:
 
 before_script:
   - module load nextflow/0.27.6
+  - git submodule update --init --recursive
   - git submodule sync --recursive
 
 stages:
-- 
GitLab