From fc79be8402faff913a5c16b43633dbebecdb2036 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Sat, 11 Jun 2022 14:01:05 +0200 Subject: [PATCH] ci(gitlab-ci): use templates from a common repository --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4e203c7..c656e95 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,9 @@ include: # - ".gitlab-ci-extended.yml" stages: + - install - lint - tests + - build - release - publish -- GitLab