image: maven:3-openjdk-11 stages: - build mvn-package: stage: build script: - 'mvn package'