aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-11-08 16:57:43 -0500
committerJesús <heckyel@hyperbola.info>2019-11-08 16:57:43 -0500
commit43e3bff58b42a5512cdba72e1a1e5464fa3ffd99 (patch)
tree79cc50b47b8675eca33df13fc16a022e74176b5c
parentb72b8b7b4cc8ff72f6bba7fc63c2e3f07a356210 (diff)
downloadlibretube-43e3bff58b42a5512cdba72e1a1e5464fa3ffd99.tar.lz
libretube-43e3bff58b42a5512cdba72e1a1e5464fa3ffd99.tar.xz
libretube-43e3bff58b42a5512cdba72e1a1e5464fa3ffd99.zip
fix CI/CD issue by arankaren
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 003d05c..05b047b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,7 +2,7 @@ image: debian
before_script:
- apt-get update -y
-- apt-get install -y locales openjdk-8-jre python3-pip
+- apt-get install -y locales openjdk-11-jre python3-pip
- sed -i 's/# \(es_ES.UTF-8 UTF-8\)/\1/' /etc/locale.gen
- sed -i 's/# \(en_US.UTF-8 UTF-8\)/\1/' /etc/locale.gen
- sed -i 's/# \(eo.UTF-8 UTF-8\)/\1/' /etc/locale.gen