ci: refactor CI stages

Signed-off-by: Klagarge <remi@heredero.ch>
This commit is contained in:
2025-06-08 18:06:26 +02:00
parent 11ca9dc51f
commit 5bd62c182b
3 changed files with 10 additions and 6 deletions

View File

@@ -5,11 +5,11 @@ default:
image: $DOCKER_IMAGE
stages:
- build-docker
- web-app-build
docker-build:
web-app-docker-build:
image: docker:latest
stage: build-docker
stage: web-app-build
services:
- docker:dind
script: