feat(ci): various improvements

This commit is contained in:
Simon Cornet 2025-06-11 10:29:02 +02:00
commit 6c630fa980

View file

@ -5,7 +5,7 @@ stages:
# stages
- "linting"
- "image-build"
- "build"
- "deployment"
@ -13,6 +13,6 @@ stages:
include:
# deployment
- local: ".gitlab/linting.yaml"
- local: ".gitlab/image-build.yaml"
- local: ".gitlab/build.yaml"
- local: ".gitlab/deployment.yaml"
- local: ".gitlab/linting.yaml"