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

Return background run to integratiion

parent 3ab2e9b3
2 merge requests!37v0.0.1,!33Resolve "process_qc"
Pipeline #7583 passed with stages
in 37 minutes and 47 seconds
......@@ -129,14 +129,14 @@ integration_se:
script:
- hostname
- ulimit -a
- nextflow run ./workflow/rna-seq.nf --deriva ./test_data/auth/credential.json --bdbag ./test_data/auth/cookies.txt --repRID 16-1ZX4 --ci true
- nextflow -bg run ./workflow/rna-seq.nf --deriva ./test_data/auth/credential.json --bdbag ./test_data/auth/cookies.txt --repRID 16-1ZX4 --ci true
integration_pe:
stage: integration
script:
- hostname
- ulimit -a
- nextflow run ./workflow/rna-seq.nf --deriva ./test_data/auth/credential.json --bdbag ./test_data/auth/cookies.txt --repRID Q-Y5JA -with-dag dag.png --ci true
- nextflow -bg run ./workflow/rna-seq.nf --deriva ./test_data/auth/credential.json --bdbag ./test_data/auth/cookies.txt --repRID Q-Y5JA -with-dag dag.png --ci true
artifacts:
name: "$CI_JOB_NAME"
when: always
......
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