diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ca29ecba7c874e8521e69d03ee57fe3df6d89f95..9bce4b2f4eba55bc7f73c63ed039150c58e9e13b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,14 @@ --- include: - project: shore/ci-templates - file: templates/docker-compose.yml + file: templates/pre-commit.yml + - project: shore/ci-templates + file: templates/docker.yml + +stages: + - test + - build + - deploy build: extends: .compose-build