From 7f15f2b3d433b176c561d5ef789de2b4605e2971 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Fri, 8 Nov 2019 17:33:25 -0500 Subject: [PATCH] fix missing css-html-js-minify --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9efb58a..994e44d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ before_script: - sed -i 's/# \(eo.UTF-8 UTF-8\)/\1/' /etc/locale.gen - sed -i 's/# \(fr_FR.UTF-8 UTF-8\)/\1/' /etc/locale.gen - dpkg-reconfigure --frontend=noninteractive locales -- pip3 install babel beautifulsoup4 html5validator markdown pelican +- pip3 install babel beautifulsoup4 html5validator markdown pelican css-html-js-minify - export LANG=es_ES.UTF-8 LANGUAGE=es_ES test: