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

---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

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