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 stage: build
tags: tags:
- docker - docker
artifacts:
paths:
- target/
script: script:
- mvn package - mvn package