diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index abb3193..8ee1838 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,8 +1,8 @@ stages: - - docker - - build - - test - - deploy + - docker # create images that are needed by the rest of the build + - build # create any outputs of the project (binaries, containers, charts…) + - test # all quality checks + - deploy # export the outputs (publish to an artifact registry, deploy on a server…) include: - remote: https://gitlab.com/opensavvy/ci-templates/-/raw/main/version.gitlab-ci.yml