From 40062fdc02fe2d0ee5ac9c9462f8692814e69d6e Mon Sep 17 00:00:00 2001 From: "Z.J. van de Weg" Date: Fri, 14 Oct 2016 16:16:10 +0200 Subject: [PATCH] Also test on dev.gitlab [ci skip] --- .gitlab-ci.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e1034032d6d..84f1f115b3c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -63,7 +63,8 @@ update-knapsack: only: - master@gitlab-org/gitlab-ce - master@gitlab-org/gitlab-ee -# Execute all testing suites + - master@gitlab/gitlabhq + - master@gitlab/gitlab-ee .use-db: &use-db services: @@ -145,6 +146,8 @@ spinach 9 10: *spinach-knapsack only: - master@gitlab-org/gitlab-ce - master@gitlab-org/gitlab-ee + - master@gitlab/gitlabhq + - master@gitlab/gitlab-ee cache: key: "ruby21" paths: @@ -289,6 +292,8 @@ bundler:audit: only: - master@gitlab-org/gitlab-ce - master@gitlab-org/gitlab-ee + - master@gitlab/gitlabhq + - master@gitlab/gitlab-ee script: - "bundle exec bundle-audit check --update --ignore OSVDB-115941" @@ -299,6 +304,9 @@ migration paths: SETUP_DB: "false" only: - master@gitlab-org/gitlab-ce + - master@gitlab-org/gitlab-ee + - master@gitlab/gitlabhq + - master@gitlab/gitlab-ee script: - git checkout HEAD . - git fetch --tags