From 01d8d27790b1033269ccbb6710bd7ca32a99c90c Mon Sep 17 00:00:00 2001
From: Joseph Weston <joseph@weston.cloud>
Date: Thu, 29 Nov 2018 12:10:48 +0100
Subject: [PATCH] increase artifact expiry time

Sometimes the testing jobs fail because the build artifacts
are removed.
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d016ddce..65d16d5c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -84,7 +84,7 @@ build-env:default:
     - ./setup.py build_ext -i
   artifacts:
     untracked: true
-    expire_in: 1 hour
+    expire_in: 2 hour
 
 
 .stable-env: &stable_env
-- 
GitLab