Skip to content
Snippets Groups Projects

Feat/Geocoding address search and autocompletion

Merged Eirik Steira requested to merge feat/map-address-mapping into dev
All threads resolved!
1 file
+ 5
1
Compare changes
  • Side-by-side
  • Inline
+ 5
1
@@ -4,6 +4,11 @@ stages:
- build
- test
# Cache downloaded dependencies and plugins between builds.
cache:
paths:
- /root/.m2/repository/
build:
stage: build
only:
@@ -22,5 +27,4 @@ test:
- merge_requests
script:
- echo "RUNNING TESTS"
- mvn clean compile
- mvn clean test
Loading