From 0f30eb62a29214c81fbb7ba1b2ba51f635c1aa12 Mon Sep 17 00:00:00 2001
From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu>
Date: Tue, 24 Mar 2020 17:40:52 -0500
Subject: [PATCH] Add unlimit -a to ci integration tests

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e947a25..b14d026 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -105,13 +105,13 @@ inferMetadata:
 integration_se:
   stage: integration
   script:
-  - ulimit -u 16384
+  - ulimit -a
   - nextflow run ./workflow/rna-seq.nf --deriva ./test_data/auth/credential.json --bdbag ./test_data/auth/cookies.txt --repRID 16-1ZX4
 
 integration_pe:
   stage: integration
   script:
-  - ulimit -u 16384
+  - ulimit -a
   - nextflow run ./workflow/rna-seq.nf --deriva ./test_data/auth/credential.json --bdbag ./test_data/auth/cookies.txt --repRID Q-Y5JA -with-dag dag.png
   artifacts:
     name: "$CI_JOB_NAME"
-- 
GitLab