From df7f315ae1a6a899892466737bf4e7aa817cf7a0 Mon Sep 17 00:00:00 2001 From: Romain Vigier Date: Sat, 26 Sep 2020 00:36:06 +0200 Subject: [PATCH] Add findutils to build container --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"