From a0f98f7fe5924e9128b583bcd4dccd4032f6ecef Mon Sep 17 00:00:00 2001 From: Laurent Gatto Date: Thu, 14 May 2020 12:55:51 +0000 Subject: [PATCH] Update .gitlab-ci.yml, set timeout to 3 hours. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5fab050..27e7ca6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,6 +10,7 @@ stages: - build image_build: + timeout: 3 hours stage: build image: docker:stable before_script: -- GitLab