From cd9c25a7aaec0c4e3e9ebcfcd1725dca30f096b4 Mon Sep 17 00:00:00 2001
From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu>
Date: Mon, 20 May 2019 14:57:56 -0500
Subject: [PATCH] Update .gitlab-ci.yml

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cd4b7ee..5814518 100755
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,9 +6,28 @@ before_script:
 
 stages:
   - astrocyte
+  - simple
 
 astrocyte_check:
   stage: astrocyte
   script:
   - astrocyte_cli check ../tcga_shiny
+  artifacts:
+    expire_in: 2 days
+  retry:
+    max: 2
+    when:
+      - always
 
+simple:
+  stage: simple
+  except:
+    - tags
+  script:
+    - nextflow run workflow/main.nf
+  artifacts:
+    expire_in: 2 days
+  retry:
+    max: 2
+    when:
+      - always
\ No newline at end of file
-- 
GitLab