Update .gitlab-ci.yml file

This commit is contained in:
Sylvain Briat 2023-04-05 10:04:47 +00:00
parent 81037c2029
commit 1e30163fe9
1 changed files with 1 additions and 2 deletions

View File

@ -9,7 +9,7 @@ stages:
##############
test:
stage: test
# stage: test
image: docker/compose:latest
variables:
DOCKER_TLS_CERTDIR: ''
@ -54,4 +54,3 @@ build:
- docker push $CI_REGISTRY_IMAGE:latest
only:
- main