diff options
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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: |