From b19fe5d9c0354788d1c75707470e4d89c91f1fb8 Mon Sep 17 00:00:00 2001 From: Dariusz Rybicki <dariusz@elixxir.io> Date: Mon, 29 Aug 2022 15:03:47 +0100 Subject: [PATCH] Update GitLab CI config --- .gitlab-ci.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ea48f000..3a788adb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,9 +1,16 @@ stages: - test -tests: +package-tests: stage: test tags: - ios script: - ./run-tests.sh + +examples-tests: + stage: test + tags: + - ios + script: + - ./run-tests.sh examples -- GitLab