image: maven:3.8.1-adoptopenjdk-11 stages: - build build: stage: build script: - mvn clean install