diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7f0562723ec16b41c7b792d9e4afb6d53e2b29d8..a073ef7922d9da7577b1e505867b056ffbd5946b 100755
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -46,6 +46,8 @@ simple_1:
     when: always
     paths:
       - .nextflow.log
+      - workflow/output/count310/sample1/outs/web_summary.html
+      - workflow/output/multiqc/run/multiqc_report.html
     expire_in: 2 days
   retry:
     max: 1
@@ -68,6 +70,8 @@ simple_2:
     when: always
     paths:
       - .nextflow.log
+      - workflow/output/count310/sample1/outs/web_summary.html
+      - workflow/output/multiqc/run/multiqc_report.html
     expire_in: 2 days
   retry:
     max: 1
@@ -89,6 +93,8 @@ detailed_1:
     when: always
     paths:
       - .nextflow.log
+      - workflow/output/count310/sample1/outs/web_summary.html
+      - workflow/output/multiqc/run/multiqc_report.html
     expire_in: 2 days
   retry:
     max: 1
@@ -111,6 +117,8 @@ detailed_2:
     when: always
     paths:
       - .nextflow.log
+      - workflow/output/count302/sample1/outs/web_summary.html
+      - workflow/output/multiqc/run/multiqc_report.html
     expire_in: 2 days
   retry:
     max: 1
@@ -132,6 +140,8 @@ detailed_3:
     when: always
     paths:
       - .nextflow.log
+      - workflow/output/count301/sample1/outs/web_summary.html
+      - workflow/output/multiqc/run/multiqc_report.html
     expire_in: 2 days
   retry:
     max: 1
@@ -153,6 +163,8 @@ detailed_4:
     when: always
     paths:
       - .nextflow.log
+      - workflow/output/count211/sample1/outs/web_summary.html
+      - workflow/output/multiqc/run/multiqc_report.html
     expire_in: 2 days
   retry:
     max: 1
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cdfb6fbf2845a01c91af143610cba4a1c29a0743..2311789bea4b10cca0fe405e2a3449942ea91115 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,7 @@
 # v1.2.0 (in development)
 **User Facing**
 * Add Cellranger Version 3.1.0
+* Add CI Artifacts
 
 **Background**