From 8f8b3d5a75d7707451637feab89ce1a0ff66888e Mon Sep 17 00:00:00 2001 From: Romain Vigier Date: Mon, 27 Jan 2020 09:57:05 +0100 Subject: [PATCH] Add make dependency --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index efd87ed..59ff03f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,6 +22,7 @@ stages: before_script: - dnf update -y + - dnf install -y make build: stage: build