From b80e9e35aa388c798b76212f11e8dec5fdf0cf78 Mon Sep 17 00:00:00 2001
From: Bastien Le Querrec <blq@laquadrature.net>
Date: Tue, 19 Mar 2024 11:07:48 +0100
Subject: [PATCH] =?UTF-8?q?Revert=20"ci:=20retente=20les=20analyses=20jusq?=
 =?UTF-8?q?u'=C3=A0=2010x"?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

This reverts commit 69b4ee3cccea515ad8e081d69f6018f3d2ec98ef.
---
 .gitlab-ci.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 79458a1..b93399f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -58,7 +58,7 @@ test_pref06:
   - source bin/activate
   - /etc/init.d/tor start
   - python ./pref06.py
-  retry: 10
+  retry: 2
   only:
   - main
   cache:
@@ -86,7 +86,7 @@ test_pref13:
   - source bin/activate
   - /etc/init.d/tor start
   - python ./pref13.py
-  retry: 10
+  retry: 2
   only:
   - main
   cache:
@@ -114,7 +114,7 @@ test_pref35:
   - source bin/activate
   - /etc/init.d/tor start
   - python ./pref35.py
-  retry: 10
+  retry: 2
   only:
   - main
   cache:
@@ -141,7 +141,7 @@ test_ppparis:
   - rm artifacts.zip || true
   - source bin/activate
   - python ./ppparis.py
-  retry: 10
+  retry: 2
   only:
   - main
   cache:
-- 
GitLab