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

Add quotes to param submission in CI

parent 49a198fe
Branches
Tags
1 merge request!19Develop
Pipeline #3639 passed with stages
in 1 minute and 39 seconds
......@@ -19,9 +19,9 @@ astrocyte_check:
simple_1FC:
stage: simple
script:
- nextflow run workflow/main.nf --bcl test_data/simple1/*.tar.gz --designFile test_data/simple1/cellranger-tiny-bcl-simple-1_2_0.csv
- nextflow run workflow/main.nf --bcl "test_data/simple1/*.tar.gz" --designFile "test_data/simple1/cellranger-tiny-bcl-simple-1_2_0.csv"
simple_2FC:
stage: simple
script:
- nextflow run workflow/main.nf --bcl test_data/simple2/*.tar.gz --designFile test_data/simple2/cellranger-tiny-bcl-simple-1_2_0.csv
- nextflow run workflow/main.nf --bcl "test_data/simple2/*.tar.gz" --designFile "test_data/simple2/cellranger-tiny-bcl-simple-1_2_0.csv"
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