diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-11-02 00:11:19 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-11-02 00:11:19 +0000 |
commit | 023c40964548821664b2aa396b58c3f51ea30cc3 (patch) | |
tree | 8be5c1803a424d66bcba200612a5fadd6a6f8310 /.gitlab/ci/dev-fixtures.gitlab-ci.yml | |
parent | f3bcf3c9116c3de0f0ee3c45ca5de36889b65677 (diff) | |
download | gitlab-ce-023c40964548821664b2aa396b58c3f51ea30cc3.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.gitlab/ci/dev-fixtures.gitlab-ci.yml')
-rw-r--r-- | .gitlab/ci/dev-fixtures.gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/ci/dev-fixtures.gitlab-ci.yml b/.gitlab/ci/dev-fixtures.gitlab-ci.yml index 21eae3f23e9..ea868ada621 100644 --- a/.gitlab/ci/dev-fixtures.gitlab-ci.yml +++ b/.gitlab/ci/dev-fixtures.gitlab-ci.yml @@ -29,7 +29,7 @@ run-dev-fixtures-ee: extends: - .run-dev-fixtures - .dev-fixtures:rules:ee-only - - .use-pg12-ee + - .use-pg12-es7-ee script: - cp ee/db/fixtures/development/* $FIXTURE_PATH - *run-dev-fixtures-script |