image: maven:latest cache: paths: - .m2/repository/ build: script: "mvn package -B"