Skip to content
Snippets Groups Projects
Commit 4b0bff5a authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Update .gitlab-ci.yml

parent f1b234cf
Branches
Tags
1 merge request!41Develop
Pipeline #3720 failed
......@@ -16,6 +16,7 @@ astrocyte_check:
script:
- astrocyte_cli check ../cellranger_mkfastq
artifacts:
enabled: true
expire_in: 2 days
simple_1FC:
......@@ -25,6 +26,7 @@ simple_1FC:
script:
- nextflow run workflow/main.nf --bcl "test_data/simple1/*.tar.gz" --designFile "test_data/simple1/cellranger-tiny-bcl-simple-1_2_0.csv"
artifacts:
enabled: true
expire_in: 2 days
simple_2FC:
......@@ -32,4 +34,5 @@ simple_2FC:
script:
- nextflow run workflow/main.nf --bcl "test_data/simple2/*.tar.gz" --designFile "test_data/simple2/cellranger-tiny-bcl-simple-1_2_0.csv"
artifacts:
enabled: true
expire_in: 2 days
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