diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 785497dfb1bde2a1e796e98361bed919ef611758..8ee142d471a2eb6aa0d25e030cc61a227096fdc1 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