Skip to content
Snippets Groups Projects
Commit f8b2cb49 authored by Dariusz Rybicki's avatar Dariusz Rybicki
Browse files

Update GitLab CI config

Retry jobs
parent f2a547dd
Branches
Tags
1 merge request!102Release 1.0.0
...@@ -7,6 +7,7 @@ package-tests: ...@@ -7,6 +7,7 @@ package-tests:
- ios - ios
script: script:
- ./run-tests.sh - ./run-tests.sh
retry: 1
examples-tests: examples-tests:
stage: test stage: test
...@@ -14,3 +15,4 @@ examples-tests: ...@@ -14,3 +15,4 @@ examples-tests:
- ios - ios
script: script:
- ./run-tests.sh examples - ./run-tests.sh examples
retry: 1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment