image: maven:3.8.1-openjdk-11 build: stage: build tags: - docker script: - mvn clean compile -DskipTests=true