add the target directory as an artifact

This commit is contained in:
2019-12-17 18:34:28 +01:00
parent 514595baf6
commit 7d530263a4

View File

@@ -3,6 +3,9 @@ build:
stage: build
tags:
- docker
artifacts:
paths:
- target/
script:
- mvn package