From 5bc8615313fbd4841bef439ef5b8d7cf172c0273 Mon Sep 17 00:00:00 2001 From: Piotr Gawron <piotr.gawron@uni.lu> Date: Tue, 7 Jun 2022 10:13:56 +0200 Subject: [PATCH] slim jdk does not have graphics dependencies --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a5d67ced2d..91174a0265 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -56,7 +56,7 @@ test:frontend: coverage: '/(\d+.\d+) \% covered/' before_script: - apt-get update - - DEBIAN_FRONTEND=noninteractive apt-get install -y libxrender1 libxtst6 + - DEBIAN_FRONTEND=noninteractive apt-get install -y libxrender1 libxtst6 fontconfig libfreetype6 - mvn dependency:purge-local-repository -DmanualInclude="lcsb.mapviewer" .hsql_template: &hsql_definition -- GitLab