Skip to content
Snippets Groups Projects
Commit 6ccec196 authored by Julien Leduc's avatar Julien Leduc
Browse files

Automatically retry docker image build as this can randomly fail in gitlab.

parent 2df441a1
No related branches found
No related tags found
No related merge requests found
......@@ -121,6 +121,7 @@ ctageneric_docker:
except:
- tags
stage: build:dockerimage
retry: 1
tags:
- docker-image-build
script:
......
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