stages:
- build
build:
stage: build
image: maven:3.3.9-jdk-8
script: "mvn clean package"
artifacts:
name: "EpicVouchers"
paths:
- "/builds/$CI_PROJECT_PATH/*.jar"