diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 79370bd0eda7a5926ba2c01514fbceb9941f944d..fcde43cc9f3c84f66c220c2e4b3c4cae3da77dc5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,7 +16,7 @@ user_configuration:
 single_end_mouse:
   stage: integration
   script:
-  - nextflow run workflow/main.nf
+  - nextflow run workflow/main.nf -resume
   - pytest -m integration
   - pytest --cov=./workflow/scripts
   artifacts:
@@ -25,6 +25,6 @@ single_end_mouse:
 paired_end_human:
   stage: integration
   script:
-  - nextflow run workflow/main.nf --designFile "$CI_PROJECT_DIR/test_data/design_ENCSR729LGA_PE.txt" --genome 'GRCh38' --pairedEnd true
+  - nextflow run workflow/main.nf --designFile "$CI_PROJECT_DIR/test_data/design_ENCSR729LGA_PE.txt" --genome 'GRCh38' --pairedEnd true -resume
   artifacts:
     expire_in: 2 days