diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8ab660a..ee0879d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -45,7 +45,7 @@ build: script: - mkdir -p .dnf_cache - dnf --setopt=cachedir=$(pwd)/.dnf_cache --setopt=keepcache=True update -y - - dnf --setopt=cachedir=$(pwd)/.dnf_cache --setopt=keepcache=True install -y make gnome-shell gettext + - dnf --setopt=cachedir=$(pwd)/.dnf_cache --setopt=keepcache=True install -y make gnome-shell gettext findutils - make build artifacts: name: "$CI_COMMIT_REF_NAME"