Skip to content
Snippets Groups Projects
Commit cd9c25a7 authored by Gervaise Henry's avatar Gervaise Henry 🤠
Browse files

Update .gitlab-ci.yml

parent 90e4b7c4
1 merge request!13Develop
Pipeline #3928 passed with stages
in 46 seconds
...@@ -6,9 +6,28 @@ before_script: ...@@ -6,9 +6,28 @@ before_script:
stages: stages:
- astrocyte - astrocyte
- simple
astrocyte_check: astrocyte_check:
stage: astrocyte stage: astrocyte
script: script:
- astrocyte_cli check ../tcga_shiny - 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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment