Update .gitlab-ci.yml

This commit is contained in:
Frank Agerholm 2023-08-08 12:54:50 +00:00
commit 671a4cac96

View file

@ -11,9 +11,10 @@ variables:
DOCKER_TLS_CERTDIR: "/certs" DOCKER_TLS_CERTDIR: "/certs"
stages: stages:
- build - commit
- test - build
- deploy - test
- deploy
build: build:
stage: build stage: build