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

Update .gitlab-ci.yml

parent 5e8c7dc6
Pipeline #717 failed with stage
in 20 seconds
......@@ -3,9 +3,11 @@ image: debian:latest
build:
script:
- apt-get update
- apt-get install wget
- wget https://download.bell-sw.com/java/8u252+9/bellsoft-jdk8u252+9-linux-amd64-full.deb
- ./bellsoft-jdk8u252+9-linux-amd64-full.deb
- apt-get update
- apt-get install -y maven
- mvn package -B
......
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