Commit f4f145ed authored by Cédric's avatar Cédric
Browse files

fix(template): add YAJSV_IMAGE var

parent 76f3ddce
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
variables:
  YAJSV_IMAGE: amux/yajsv:latest

.kicker-scripts: &kicker-scripts |
  set -e
  function log_info() {
@@ -30,7 +33,7 @@
# $JSON_FILE  : the JSON file to test
# $SCHEMA_URL : the schema url
.json-validation:
  image: amux/yajsv:latest
  image: ${YAJSV_IMAGE}
  stage: build
  before_script:
    - *kicker-scripts