From 232dfad1dfce0a1567f55ad07366896a299b683f Mon Sep 17 00:00:00 2001 From: Michael Blaschek <michael.blaschek@univie.ac.at> Date: Tue, 18 Jun 2024 09:52:45 +0000 Subject: [PATCH] Update .gitlab-ci.yml file Former-commit-id: c0082eced2dccb49ffe4df8eee186af23ee17c69 --- .gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b346756c..700b22bb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -65,9 +65,6 @@ options-test: - ulimit -s unlimited - cd tests && ln -s ../testdata/ testdata && cd .. - bash ./tests/run_default_options_test.sh - cache: - key: testdata - policy: pull artifacts: when: on_success paths: -- GitLab