Commit c15a28c9 authored by Matthias Betz's avatar Matthias Betz
Browse files

Update .gitlab-ci.yml

parent 7d2655c6
Pipeline #699 failed with stage
in 1 minute and 41 seconds
...@@ -3,6 +3,8 @@ image: maven:3.6.3-jdk-8 ...@@ -3,6 +3,8 @@ image: maven:3.6.3-jdk-8
build: build:
script: script:
- apt-get update
- apt-get install -y --no-install-recommends openjfx
- mvn package -B - mvn package -B
release: release:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment