diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 79458a1af036522ece0e8bb04a6262081b5185a4..b93399f4b8b377b8b75d4f3ef3214c3a6ee0f3e3 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: