image: maven:3.5-jdk-8
cache:
paths:
- /root/.m2/
maven-package:
stage: build
environment: production
script:
- mvn package
artifacts:
- target/transcendental-lisp-*.jar
expire_in: 1 week