Update .gitlab-ci.yml file

This commit is contained in:
Sylvain Briat
2023-04-05 10:04:20 +00:00
parent 4995dc186b
commit 81037c2029

View File

@@ -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