From 0d895b2c03f818a8286bcc4b5970d5e4a92be9d9 Mon Sep 17 00:00:00 2001 From: Gervaise Henry <GHENRY@swmed.org> Date: Mon, 17 Feb 2020 21:45:14 -0600 Subject: [PATCH] Make integration_pe create dag and make artifact --- .gitlab-ci.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6e1028a..2cc3b0c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -89,4 +89,10 @@ integration_se: integration_pe: stage: integration script: - - nextflow run ./workflow/rna-seq.nf --deriva ./test_data/auth/credential.json --bdbag ./test_data/auth/cookies.txt --repRID Q-Y5JA \ No newline at end of file + - 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 + artifacts: + name: "$CI_JOB_NAME" + when: always + paths: + - dag.png + expire_in: 7 days -- GitLab