Skip to content
Snippets Groups Projects
Commit f99f60a9 authored by Marco Clemencic's avatar Marco Clemencic
Browse files

Add retry option to the ci-job tests

parent a29ee3d9
No related branches found
No related tags found
1 merge request!1083Update versions for v33r2
......@@ -158,6 +158,7 @@ test:gcc8:opt:
- ${TESTS_REPORT}
when: always
expire_in: 1 week
retry: 2
test:gcc9:opt:
stage: test
......@@ -175,6 +176,7 @@ test:gcc9:opt:
- ${TESTS_REPORT}
when: always
expire_in: 1 week
retry: 2
test:gcc9:dbg:
stage: test
......@@ -192,6 +194,7 @@ test:gcc9:dbg:
- ${TESTS_REPORT}
when: always
expire_in: 1 week
retry: 2
test:gcc9:opt:python3:
stage: test
......@@ -209,6 +212,7 @@ test:gcc9:opt:python3:
- ${TESTS_REPORT}
when: always
expire_in: 1 week
retry: 2
test_public_headers_build:
stage: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment