From 15a928bcefe2d73761e28f2d6fc08a5eca4ea049 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Tue, 20 Aug 2019 16:43:35 +0200 Subject: ci: Install findutils in the CI Otherwise "make distcheck" will throw: /bin/sh: line 9: find: command not found and not even register that something went wrong. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 60e8fec6..76a2a038 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ image: fedora:rawhide variables: DEPENDENCIES: gcc gcc-c++ glibc-devel make libxml2-devel glib2-devel - automake autoconf gettext intltool git + automake autoconf gettext intltool git findutils build: before_script: -- cgit v1.2.1