diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0e8de54369b9fd8380abaddab28d457b1afddc0b..a4e74a3c6f26dae916cacd7315d4c7e5642e133e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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