From fe2fcda94d9d906c88eb021b47150627159acf7a Mon Sep 17 00:00:00 2001 From: Romain Vigier Date: Mon, 27 Jan 2020 10:04:16 +0100 Subject: [PATCH] Add gettext dependency --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5e02a2f..ed4a82a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +22,7 @@ stages: before_script: - dnf update -y - - dnf install -y make gnome-shell + - dnf install -y make gnome-shell gettext build: stage: build