stages: - build build: stage: build image: icha/ci-image:java-8-jcp-nodocker variables: MAVEN_OPTS: "-Dmaven.repo.local=/m2" script: - mvn install - ls -lR /m2 artifacts: paths: - target/ expire_in: 1 week only: - tags - master