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

disable cache

parent 229e86f9
No related branches found
No related tags found
2 merge requests!1700Resolve "introduce new frontend to the jar file build process",!1527Version update
Pipeline #83867 failed
......@@ -5,9 +5,9 @@ stages:
- packaging
- test
cache:
paths:
- maven.repository/
#cache:
# paths:
# - maven.repository/
variables:
POSTGRES_DB: map_viewer
......@@ -23,6 +23,7 @@ before_script:
- touch /etc/apt/apt.conf.d/99verify-peer.conf && echo >>/etc/apt/apt.conf.d/99verify-peer.conf "Acquire { https::Verify-Peer false }"
test:frontend:
cache: []
stage: test
coverage: '/Statements[:\ ]+(\d+.\d+)\%/'
script:
......
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