diff options
author | Jesús <heckyel@hyperbola.info> | 2019-11-08 17:33:25 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-11-08 17:33:25 -0500 |
commit | 7f15f2b3d433b176c561d5ef789de2b4605e2971 (patch) | |
tree | abb8ef8625a461a5777b89ab1c06cd080263bb00 /.gitlab-ci.yml | |
parent | 35049ff8dc106dbcefa98f2b39b9f0a54c98f565 (diff) | |
download | libretube-7f15f2b3d433b176c561d5ef789de2b4605e2971.tar.lz libretube-7f15f2b3d433b176c561d5ef789de2b4605e2971.tar.xz libretube-7f15f2b3d433b176c561d5ef789de2b4605e2971.zip |
fix missing css-html-js-minify
Diffstat (limited to '.gitlab-ci.yml')
-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: |