try maven:latest as base image

This commit is contained in:
2020-03-09 21:55:47 +01:00
parent ba17c7e2b6
commit da56e1c05e

View File

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