diff --git a/gitlab-ci-template.yml b/gitlab-ci-template.yml index 84e23bd..49c2150 100644 --- a/gitlab-ci-template.yml +++ b/gitlab-ci-template.yml @@ -30,7 +30,7 @@ build: - docker script: . - - if [ "$CI_COMMIT_TAG" == "" ]; then + - if [ "$CI_COMMIT_TAG" = "" ]; then docker build . ; else docker build