From a62490782eadc145e78ab216ef4dc8085cb27b66 Mon Sep 17 00:00:00 2001 From: Dariusz Rybicki <dariusz@elixxir.io> Date: Mon, 29 Aug 2022 13:55:45 +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 ae13972a..ea2abf7a 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 "\\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" + - 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" + - echo -e "\\e[0Ksection_end:`date +%s`:test_macos\\r\\e[0K" -- GitLab