Skip to content
Snippets Groups Projects
Commit 8e01a58e authored by Piotr Gawron's avatar Piotr Gawron
Browse files

additional dependencies added

parent 7af30c5e
No related branches found
No related tags found
2 merge requests!1700Resolve "introduce new frontend to the jar file build process",!1505Java 17 compliance
Pipeline #57410 failed
...@@ -55,6 +55,8 @@ test:frontend: ...@@ -55,6 +55,8 @@ test:frontend:
stage: test stage: test
coverage: '/(\d+.\d+) \% covered/' coverage: '/(\d+.\d+) \% covered/'
before_script: before_script:
- apt-get update
- DEBIAN_FRONTEND=noninteractive apt-get install -y libxrender1 libxtst6
- mvn dependency:purge-local-repository -DmanualInclude="lcsb.mapviewer" - mvn dependency:purge-local-repository -DmanualInclude="lcsb.mapviewer"
.hsql_template: &hsql_definition .hsql_template: &hsql_definition
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment