test: add mapping test

This commit is contained in:
Wieland Schöbl
2021-05-04 21:35:31 +02:00
parent a2461d5904
commit f0782d8820
3 changed files with 134 additions and 195 deletions

View File

@@ -47,6 +47,16 @@ test:
- report
- coverage
mapping:
dependencies:
- build
stage: test
services:
- name: registry.gitlab.com/openstapps/database:master
alias: elasticsearch
script:
- node ./node_modules/@openstapps/core-tools/lib/cli.js put-es-templates ./src http://elasticsearch:9200/ "pattern,see,minlength,tjs-format"
package:
dependencies:
- build