From bc8bfcf7ef3d4430a0febce0556192e80442ad30 Mon Sep 17 00:00:00 2001 From: Leratier Bretonnien Date: Thu, 21 May 2020 20:27:40 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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