diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 338e244f..e8a76d3e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,7 @@ test: stage: test script: - python -mjson.tool 'system.json' > /dev/null - - python -mjson.tool 'module.json' > /dev/null + - python -mjson.tool 'template.json' > /dev/null build: stage: build