From 0070b7bbc450d97e6b306dbcbef18363c0811eeb Mon Sep 17 00:00:00 2001 From: Dariusz Rybicki <dariusz@elixxir.io> Date: Thu, 29 Sep 2022 19:39:44 +0200 Subject: [PATCH] Revert "Test CI" This reverts commit 90d0e9a0c1ca322f15035edc6cb9b6fa74ef4403. --- .gitlab-ci.yml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 72409c60..9f8233b4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,10 +13,26 @@ 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