diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2cf3e6a6497efc437fee5a3281fa72c75ee59eae..18215f43dbde00734290e45970187e160f05cdcf 100755
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -295,6 +295,9 @@ regression_test_4gpu:
     - fieldcompare dir output/4GPU test_data/regression_tests/gpu/DrivenCavity_4GPU_2Levels --include-files "DrivenCavityMultiGPU*.vtu"
     - fieldcompare dir output/4GPU test_data/regression_tests/gpu/SphereScaling_4GPU_2Levels --include-files "SphereScaling*.vtu"
 
+  artifacts:
+    paths:
+      - output/4GPU/slurm4GPU.out
 ###############################################################################
 regression_test_8gpu:
   image: python:latest
@@ -318,6 +321,9 @@ regression_test_8gpu:
     - cd ..
     - fieldcompare dir output/8GPU test_data/regression_tests/gpu/DrivenCavity_8GPU_2Levels --include-files "DrivenCavityMultiGPU*.vtu"
     - fieldcompare dir output/8GPU test_data/regression_tests/gpu/SphereScaling_8GPU_2Levels --include-files "SphereScaling*.vtu"
+  artifacts:
+    paths:
+      - output/8GPU/slurm8GPU.out
 ###############################################################################
 ##                            Benchmark                                      ##
 ###############################################################################