summaryrefslogtreecommitdiff
path: root/.gitlab/ci/dev-fixtures.gitlab-ci.yml
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-05-10 12:10:26 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-05-10 12:10:26 +0000
commit0ecdc32a425d18a762fb7723c2063e864065b571 (patch)
tree79c0454e7ce3f67dfc13f2cf4098ac51f153b542 /.gitlab/ci/dev-fixtures.gitlab-ci.yml
parentd5f14b5e2cef173b377917829b8a494c9975af03 (diff)
downloadgitlab-ce-0ecdc32a425d18a762fb7723c2063e864065b571.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.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab/ci/dev-fixtures.gitlab-ci.yml b/.gitlab/ci/dev-fixtures.gitlab-ci.yml
index 1848283f921..21eae3f23e9 100644
--- a/.gitlab/ci/dev-fixtures.gitlab-ci.yml
+++ b/.gitlab/ci/dev-fixtures.gitlab-ci.yml
@@ -3,7 +3,7 @@
- .default-retry
- .rails-cache
- .default-before_script
- - .use-pg11
+ - .use-pg12
stage: test
needs: ["setup-test-env"]
variables:
@@ -29,7 +29,7 @@ run-dev-fixtures-ee:
extends:
- .run-dev-fixtures
- .dev-fixtures:rules:ee-only
- - .use-pg11-ee
+ - .use-pg12-ee
script:
- cp ee/db/fixtures/development/* $FIXTURE_PATH
- *run-dev-fixtures-script