aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-09-24 15:40:39 -0500
committerJesús <heckyel@hyperbola.info>2019-09-24 15:40:39 -0500
commit9378ac5d99dc7beabc25199e53f702ddaee9baf1 (patch)
tree9a91a39f70437817876bf361879f0ae4282642a1 /.gitlab-ci.yml
parent78b95044577a6d152b7ea81915187c325fb0d13a (diff)
downloadcl-9378ac5d99dc7beabc25199e53f702ddaee9baf1.tar.lz
cl-9378ac5d99dc7beabc25199e53f702ddaee9baf1.tar.xz
cl-9378ac5d99dc7beabc25199e53f702ddaee9baf1.zip
update openjdk-11 in gitlab-ci.yml
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 19ccd39..61d9797 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