# HG changeset patch # User Laurent Peuch <cortex@worlddomination.be> # Date 1654949734 -7200 # Sat Jun 11 14:15:34 2022 +0200 # Node ID 58bc3a612012fe767412a4dd54cd3418954f7ac9 # Parent 3cd37b3f8e08166b6cc118b2f5145e65ce0a4ebb 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