From bd28d1095b4b0866ded5df5eb6eabed53b16db8f Mon Sep 17 00:00:00 2001
From: Dariusz Rybicki <dariusz@elixxir.io>
Date: Tue, 20 Sep 2022 14:52:22 +0200
Subject: [PATCH] Revert "Remove caches before running example tests on CI"

This reverts commit 116858c76ca5c739e6adcdc19c60508038d77383.
---
 .gitlab-ci.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 64dbfb17..10f45cd3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,6 +27,5 @@ test-examples-ios:
   tags: 
     - ios
   script:
-    - ./xcode-remove-caches.sh
     - ./run-tests.sh examples-ios
   retry: 1
-- 
GitLab