From 8578ae69a362592326469e17c900e1e77dd1c9f1 Mon Sep 17 00:00:00 2001
From: Dariusz Rybicki <dariusz@elixxir.io>
Date: Thu, 29 Sep 2022 19:36:10 +0200
Subject: [PATCH] Test CI

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9f8233b4..72409c60 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,26 +13,10 @@ before_script:
 stages:
   - test
 
-test-package-macos:
-  stage: test
-  tags: 
-    - ios
-  script:
-    - ./run-tests.sh macos
-  retry: 1
-
 test-package-ios:
   stage: test
   tags: 
     - ios
   script:
+    - ./xcode-remove-caches.sh
     - ./run-tests.sh ios
-  retry: 1
-
-test-examples-ios:
-  stage: test
-  tags: 
-    - ios
-  script:
-    - ./run-tests.sh examples-ios
-  retry: 1
-- 
GitLab