diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6e1028aba7a0d2969e4766b210f1c13c30d0c538..2cc3b0c64a6c016e2cfbe3e714ac4fac482d3d8e 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