use ubuntu, install maven

This commit is contained in:
2020-03-09 22:03:01 +01:00
parent da56e1c05e
commit ac870460e6

View File

@@ -10,10 +10,13 @@ build:
- mvn package - mvn package
test_parsing: test_parsing:
image: maven:latest image: ubuntu:rolling
stage: test stage: test
tags: tags:
- docker - docker
before_script:
- apt update
- apt install -y build-essential openjdk-13-jre-headless maven
script: script:
- make testJava - make testJava