diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-03-18 03:07:42 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-03-18 03:07:42 +0000 |
commit | 5ea8a46ef44de37afd98447e8a38f36f925d0af8 (patch) | |
tree | 541b508b9aa0af2a24a73b0c255b4df6641d3aa3 /.gitlab-ci.yml | |
parent | 8a55899cab04afa065fc681b42da746c93de7bfe (diff) | |
download | gitlab-ce-5ea8a46ef44de37afd98447e8a38f36f925d0af8.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4ae0794c7d0..05d4c2bb6d4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -91,6 +91,8 @@ variables: CHECK_PRECOMPILED_ASSETS: "true" FF_USE_FASTZIP: "true" SKIP_FLAKY_TESTS_AUTOMATICALLY: "true" + # Run with decomposed databases by default + DECOMPOSED_DB: "true" DOCS_REVIEW_APPS_DOMAIN: "178.62.207.141.nip.io" DOCS_GITLAB_REPO_SUFFIX: "ee" |