Update .gitlab-ci.yml file
This commit is contained in:
parent
81037c2029
commit
1e30163fe9
|
@ -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
|
||||
|
Loading…
Reference in New Issue