Skip to content
Snippets Groups Projects
Commit 7d95134b authored by Piotr Gawron's avatar Piotr Gawron
Browse files

maven would use cache when building project

parent 67b60492
No related branches found
No related tags found
1 merge request!1040Resolve "add maven cache config to gitlab CI"
Pipeline #19150 passed
......@@ -5,10 +5,15 @@ stages:
- packaging
- test
cache:
paths:
- maven.repository/
variables:
POSTGRES_DB: map_viewer
POSTGRES_USER: map_viewer
POSTGRES_PASSWORD: "123qweasdzxc"
MAVEN_OPTS: "-Dmaven.repo.local=maven.repository"
test:frontend:
stage: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment