diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2a9e568..befc7cf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,7 +31,11 @@ workflow: before_script: - mkdir -m 700 $TMPDIR -p - dnf update -y - - if [ -x /bin/dnf ]; then dnf install -y $DEPENDENCIES $JOB_DEPS; else dnf5 install -y $DEPENDENCIES $JOB_DEPS; fi + - if [ -x /bin/dnf ]; then + dnf install -y $DEPENDENCIES $JOB_DEPS; + else + dnf5 install -y $DEPENDENCIES $JOB_DEPS; + fi pre_commit: variables: