diff options
Diffstat (limited to '.gitlab')
| -rw-r--r-- | .gitlab/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/test.yml b/.gitlab/test.yml index 6088a87..22147eb 100644 --- a/.gitlab/test.yml +++ b/.gitlab/test.yml @@ -2,7 +2,7 @@ size: image: docker:stable stage: test allow_failure: true # temporary until we can shrink the image size. - timeout: 1 minute + timeout: 3 minutes script: - docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY - docker pull $TMP_IMAGE |
