From b562c9b56356f5232af6e82069d781a7222f03eb Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Mon, 6 May 2019 17:36:26 +0100 Subject: [PATCH] Add retry --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index becc5e45..347f78fe 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,6 +5,7 @@ stages: build: stage: build image: electronuserland/builder:wine + retry: 2 script: - npm install - npm run release