diff options
author | Jakob Heher <jakob.heher@iaik.tugraz.at> | 2022-04-29 13:57:53 +0200 |
---|---|---|
committer | Jakob Heher <jakob.heher@iaik.tugraz.at> | 2022-04-29 13:57:53 +0200 |
commit | 19759569a478764526ffd23c4f22267f22037592 (patch) | |
tree | bb2897336fb604079844bcf48904ffd0f58908c4 | |
parent | ee801db2615e76671d774a7808d1ea3321810e0f (diff) | |
download | pdf-over-19759569a478764526ffd23c4f22267f22037592.tar.gz pdf-over-19759569a478764526ffd23c4f22267f22037592.tar.bz2 pdf-over-19759569a478764526ffd23c4f22267f22037592.zip |
fix CI caching for maven repo
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 347fa6cc..17a87c46 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ build-windows: tags: - docker script: - - mvn clean install -Pwindows -Dno-native-profile + - mvn -Dmaven.repo.local=$CI_PROJECT_DIR/.m2/repository clean install -Pwindows -Dno-native-profile artifacts: name: "PDFOver (Windows) on $CI_COMMIT_REF_SLUG" paths: |