From 289f71efe2250e1155b0c74d188699397ba641d8 Mon Sep 17 00:00:00 2001 From: Xavier Vello Date: Sun, 15 Dec 2019 14:29:16 +0100 Subject: [PATCH] Retry tests twice on gitlab --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0aeae28..c654eb7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,6 @@ .template: image: nixos/nix + retry: 2 before_script: # report CPU info so we can monitor if real KVM becomes available. create /dev/kvm to fool nix - cat /proc/cpuinfo