Skip to content

[MNT] Add Template Validator component to `.gitlab-ci.yml`

To also validate the dataset templates, we need to add the Template Validator component to the .gitlab-ci.yml file. How to do this

  • add the following lines to the .gitlab-ci.yml file
stages:
  - validate
include:
  - component: $CI_SERVER_FQDN/ci-components/template-validator/template-validator@main

At the end you should have 3 stages (format, validate and publish) and three included components.