From 33fd5b4cc1138f9629b635c31db174d469ad6bdb Mon Sep 17 00:00:00 2001 From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu> Date: Thu, 30 Jul 2020 17:00:40 -0500 Subject: [PATCH] Add qc outputs from integration tests for consistency tests #27 --- .gitlab-ci.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3491d36..396e683 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,6 +10,7 @@ before_script: stages: - unit - integration + - consistency getBag: stage: unit @@ -132,6 +133,16 @@ integration_se: - hostname - ulimit -a - nextflow -bg run ./workflow/rna-seq.nf --deriva ./test_data/auth/credential.json --bdbag ./test_data/auth/cookies.txt --repRID 16-1ZX4 --ci true + artifacts: + name: "$CI_JOB_NAME" + when: always + paths: + - dag.png + - output/qc/ + expire_in: 7 days + cache: + paths: + - output/qc/ integration_pe: stage: integration @@ -144,4 +155,8 @@ integration_pe: when: always paths: - dag.png + - output/qc/ expire_in: 7 days + cache: + paths: + - output/qc/ -- GitLab