Update .gitlab-ci.yml

This commit is contained in:
Esophose 2019-04-15 09:58:12 +00:00
parent 15e935f93a
commit f41c876dea

View File

@ -13,7 +13,7 @@ build:
stage: build
script:
- gradle build
- mv build/libs/*.jar $path/
- mv ./build/libs/*.jar $path/
artifacts:
paths:
- $path/*.jar