From 6dad3be528bbce8e0026465122523072deae706f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?I=C3=B1igo=20Moreno?= <inigo.moreno@tecnalia.com>
Date: Tue, 21 Sep 2021 10:07:49 +0200
Subject: [PATCH] Fix include

---
 ci-templates/core.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci-templates/core.yml b/ci-templates/core.yml
index 42589fe..859514f 100644
--- a/ci-templates/core.yml
+++ b/ci-templates/core.yml
@@ -23,7 +23,7 @@ before_script:
   - docker login tecnalia-docker-dev.artifact.tecnalia.com -u ${ARTIFACT_CI_USER} -p ${ARTIFACT_CI_TOKEN}
 
 include :
-  - ci-templates/post-check.yml
+  - ci-templates/syntax-check.yml
   - ci-templates/industrial-ci-templates.yml
 
 default:
-- 
GitLab