diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ea48f000a1a5251286403a45c5d724a3c81a998b..ae13972a6118700555dafc07760075f9e3ba2d8a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,4 +6,9 @@ tests:
   tags: 
     - ios
   script:
-    - ./run-tests.sh
+    - echo -e "\e[0Ksection_start:`date +%s`:test_macos\r\e[0KRun tests on macOS"
+    - ./run-tests.sh macos
+    - echo -e "\e[0Ksection_end:`date +%s`:test_macos\r\e[0K"
+    - echo -e "\e[0Ksection_start:`date +%s`:test_macos\r\e[0KRun tests on iOS Simulator"
+    - ./run-tests.sh ios
+    - echo -e "\e[0Ksection_end:`date +%s`:test_macos\r\e[0K"