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