From 2a5ae61a161a2d06baf0e5c07675ef7fa9a7c554 Mon Sep 17 00:00:00 2001
From: Michael Blaschek <michael.blaschek@univie.ac.at>
Date: Tue, 18 Jun 2024 09:39:43 +0000
Subject: [PATCH] Update .gitlab-ci.yml file

Former-commit-id: 0b8ab4f8c10275bd86ccd0a104a4a803b005039e
---
 .gitlab-ci.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f9be4adb..f114187b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -66,6 +66,9 @@ options-test:
   script:
     - ulimit -s unlimited
     - bash ./tests/run_default_options_test.sh
+  cache:
+    key: testdata
+    policy: pull
   artifacts:
     when: on_success
     paths:
-- 
GitLab