Update .gitlab-ci.yml file
This commit is contained in:
parent
4995dc186b
commit
81037c2029
|
@ -1,7 +1,7 @@
|
|||
image: docker:20.10.22
|
||||
|
||||
stages:
|
||||
- test
|
||||
# - test
|
||||
- build
|
||||
|
||||
##############
|
||||
|
@ -54,4 +54,4 @@ build:
|
|||
- docker push $CI_REGISTRY_IMAGE:latest
|
||||
only:
|
||||
- main
|
||||
when: always
|
||||
|
Loading…
Reference in New Issue