diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 11b0f047..9828dbc4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -155,7 +155,12 @@ fedora_latest: only: - master@fdroid/fdroidserver script: - - dnf -y update + # tricks to hopefully make runs more reliable + - echo "timeout=600" >> /etc/dnf/dnf.conf + - echo "retries=50" >> /etc/dnf/dnf.conf + - echo "keepcache=True" >> /etc/dnf/dnf.conf + + - dnf -y update || dnf -y update - dnf -y install findutils git gnupg