From 00802f4f32a92adc33cffbe8ff9072a029d12475 Mon Sep 17 00:00:00 2001 From: Dariusz Rybicki <dariusz@elixxir.io> Date: Mon, 29 Aug 2022 13:59:54 +0100 Subject: [PATCH] Update GitLab CI config --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ea2abf7a..a8d0de63 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,9 +6,9 @@ tests: tags: - ios script: - - echo -e "\\e[0Ksection_start:`date +%s`:test_macos\\r\\e[0KRun tests on macOS" + - echo -e "section_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" + - echo -e "section_end:`date +%s`:test_macos\r\e[0K" + - echo -e "section_start:`date +%s`:test_ios\r\e[0KRun tests on iOS Simulator" - ./run-tests.sh ios - - echo -e "\\e[0Ksection_end:`date +%s`:test_macos\\r\\e[0K" + - echo -e "section_end:`date +%s`:test_ios\r\e[0K" -- GitLab