Skip to content
Snippets Groups Projects

Resolve "add maven cache config to gitlab CI"

Merged Piotr Gawron requested to merge 1067-add-maven-cache-config-to-gitlab-ci into master
1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
+ 5
0
@@ -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
Loading