# HG changeset patch # User Laurent Peuch <cortex@worlddomination.be> # Date 1654949440 -7200 # Sat Jun 11 14:10:40 2022 +0200 # Node ID 1bca0d767d05bcdeaebd43e4a113b25fbec67759 # Parent 175bb50ab4f860e77cc649abbd96680fbe90726c ci(gitlab-ci): use templates from a common repository diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +22,9 @@ # - ".gitlab-ci-extended.yml" stages: + - install - lint - tests + - build - release - publish