diff options
author | Jacob Vosmaer (GitLab) <jacob@gitlab.com> | 2017-06-28 09:30:02 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-06-28 09:30:02 +0000 |
commit | 489d8e11b39f7eae6b36d2bdcf3098548ed62e53 (patch) | |
tree | 7d3fb9c278822c4a3db0ab01d3e08d1609b4ccae /.gitlab-ci.yml | |
parent | 5dd6d9a9ec8aaf61d74f7509cdebf700874d8cbd (diff) | |
download | gitlab-ce-489d8e11b39f7eae6b36d2bdcf3098548ed62e53.tar.gz |
Vendor the gitlab-git-test repo
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 08aef3dd8ee..d97828431c5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -550,3 +550,9 @@ cache gems: only: - master@gitlab-org/gitlab-ce - master@gitlab-org/gitlab-ee + +gitlab_git_test: + variables: + SETUP_DB: "false" + script: + - spec/support/prepare-gitlab-git-test-for-commit --check-for-changes |