Update .gitlab-ci.yml file

This commit is contained in:
Christoph Schabert 2023-09-13 11:55:30 +02:00
parent 2eecefa8f5
commit 9be9e2b6db

View File

@ -3,10 +3,11 @@ variables:
GIT_SUBMODULE_FORCE_HTTPS: 'true'
PROJECT: red-ui
DOCKERFILELOCATION: 'docker/$PROJECT/Dockerfile'
LOCALAZY_RUN: 'false'
workflow:
rules:
- when: never
- when: always
include:
- project: 'gitlab/gitlab'