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: test:
stage: test # stage: test
image: docker/compose:latest image: docker/compose:latest
variables: variables:
DOCKER_TLS_CERTDIR: '' DOCKER_TLS_CERTDIR: ''
@ -54,4 +54,3 @@ build:
- docker push $CI_REGISTRY_IMAGE:latest - docker push $CI_REGISTRY_IMAGE:latest
only: only:
- main - main