Update .gitlab-ci.yml

This commit is contained in:
Mike Cifelli 2017-12-10 13:34:44 +00:00
parent ad51dcea3c
commit 6367ac9780
1 changed files with 3 additions and 1 deletions

View File

@ -4,7 +4,9 @@ maven-package:
stage: build stage: build
environment: production environment: production
script: script:
- mvn package - mvn clean verify
- ls -la
- ls .. -la
artifacts: artifacts:
paths: paths:
- target/transcendental-lisp-*.jar - target/transcendental-lisp-*.jar