diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0e6586f98df307825cb61e136fcfc422f175d1d6..de244d55a09b772c35ddcf8ecab800978d4daeff 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,6 +7,7 @@ test-package-macos: - ios script: - ./run-tests.sh macos + retry: 1 test-package-ios: stage: test @@ -14,6 +15,7 @@ test-package-ios: - ios script: - ./run-tests.sh ios + retry: 1 test-examples-ios: stage: test @@ -21,3 +23,4 @@ test-examples-ios: - ios script: - ./run-tests.sh ios-examples + retry: 1