diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4bed76f7dc71f7b5db08365f101afe8de3f5a81b..7b859efdf1937b788f01cfaae5106101fd9e5e6d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,10 +4,14 @@ stages: build-prod: stage: build + variables: + GIT_STRATEGY: recursive script: - git status deploy-prod: stage: deploy + variables: + GIT_STRATEGY: recursive script: - git status \ No newline at end of file