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

Merge branch '1067-add-maven-cache-config-to-gitlab-ci' into 'master'

Resolve "add maven cache config to gitlab CI"

Closes #1067

See merge request !1040
parents 67b60492 7d95134b
No related branches found
No related tags found
1 merge request!1040Resolve "add maven cache config to gitlab CI"
Pipeline #19493 failed
......@@ -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