diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 90e5b30..a564512 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,10 +10,13 @@ build: - mvn package test_parsing: - image: maven:latest + image: ubuntu:rolling stage: test tags: - docker + before_script: + - apt update + - apt install -y build-essential openjdk-13-jre-headless maven script: - make testJava