Update .gitlab-ci.yml file

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

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