Update .gitlab-ci.yml file

This commit is contained in:
Aaron Riedel 2022-03-06 10:20:55 +00:00
parent 0fc89a8c24
commit cef3e51ccd

View file

@ -30,3 +30,4 @@ docker-build:
exists: exists:
- Dockerfile - Dockerfile
- if: $CI_COMMIT_BRANCH == "master" || $CI_COMMIT_BRANCH == "dev" - if: $CI_COMMIT_BRANCH == "master" || $CI_COMMIT_BRANCH == "dev"
when: always