Skip to content
Snippets Groups Projects
Commit 32f55ff9 authored by Jeremy Mathews's avatar Jeremy Mathews
Browse files

fix .gitlab-ci.yml

parent d1f94a03
2 merge requests!57Develop,!54Resolve "Add cellranger v 3.1.0"
Pipeline #4581 failed with stages
in 11 minutes and 23 seconds
......@@ -60,7 +60,8 @@ simple_2:
- develop
- master
- tags
script: - nextflow run workflow/main.nf --fastq "$CI_PROJECT_DIR/test_data/mu.v3s1r500/*.fastq.gz" --designFile "$CI_PROJECT_DIR/test_data/mu.v3s1r500/design.csv" --genome 'mm10-3.0.0' --kitVersion 'three' --version '3.1.0'
script:
- nextflow run workflow/main.nf --fastq "$CI_PROJECT_DIR/test_data/mu.v3s1r500/*.fastq.gz" --designFile "$CI_PROJECT_DIR/test_data/mu.v3s1r500/design.csv" --genome 'mm10-3.0.0' --kitVersion 'three' --version '3.1.0'
- pytest -m count310
artifacts:
name: "$CI_JOB_NAME"
......
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