diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cd4b7eea6228c1ac9af833eed81330d1172be281..58145181a659f18737e2d1aacef53fb13416d7e3 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