diff options
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dafd9f3..7aee3e8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,8 +6,8 @@ cache: &global_cache - .yarn - node_modules - data/vicmap.geojson - - data/vicmap-complex.geojson - - data/vicmap-building.geojson + - dist/vicmap-complex.geojson + - dist/vicmap-building.geojson - dist/vicmap-osm-uniq-flats.geojson - data/victoria-addr.osm.geojson - data/victoria-named-features.osm.geojson |