From aa9eadb7c60626edf3cbb5dcbfe1805d72a460d4 Mon Sep 17 00:00:00 2001
From: Anna Wellmann <a.wellmann@tu-bs.de>
Date: Wed, 14 Jun 2023 12:27:30 +0200
Subject: [PATCH] Readd missing git clone in gitlab-ci.yml

---
 .gitlab-ci.yml                                | 3 +--
 regression-tests/multigpu_test/rocket8GPU.yml | 1 -
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7c601959e..ff263408d 100755
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -275,7 +275,6 @@ trigger-regression-tests:
 regression_test_4gpu:
   image: python:latest
   stage: test
-
   needs: []
 
   rules:
@@ -312,7 +311,6 @@ regression_test_4gpu:
 regression_test_8gpu:
   image: python:latest
   stage: test
-
   needs: []
 
   rules:
@@ -330,6 +328,7 @@ regression_test_8gpu:
     - hpc-rocket watch regression-tests/multigpu_test/rocket8GPU.yml $(python regression-tests/multigpu_test/utilities/parsejobid.py hpcrocket8GPU.log)
     - hpc-rocket finalize regression-tests/multigpu_test/rocket8GPU.yml
     - cat output/8GPU/slurm8GPU.out
+    - git clone --depth 1 --filter=blob:none --sparse https://github.com/irmb/test_data
     - cd test_data
     - git sparse-checkout set regression_tests/gpu/DrivenCavity_8GPU_2Levels regression_tests/gpu/SphereScaling_8GPU_2Levels
     - cd ..
diff --git a/regression-tests/multigpu_test/rocket8GPU.yml b/regression-tests/multigpu_test/rocket8GPU.yml
index 76203eb9d..4b434fc8a 100755
--- a/regression-tests/multigpu_test/rocket8GPU.yml
+++ b/regression-tests/multigpu_test/rocket8GPU.yml
@@ -38,7 +38,6 @@ copy:
 collect:
   - from: multigpu_test/output/8GPU/
     to: output/8GPU/
-
     overwrite: true
 
   - from: multigpu_test/slurm8GPU.out
-- 
GitLab