From e516b9726ea96c739b8eca532a04b77c52f8d4f3 Mon Sep 17 00:00:00 2001 From: Lin Jen-Shin Date: Mon, 22 May 2017 21:25:04 +0800 Subject: [PATCH] Run MySQL tests on *-stable as well --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 45f1638f871..3c960ef7838 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -63,6 +63,7 @@ stages: .only-master-and-ee-or-mysql: &only-master-and-ee-or-mysql only: - /mysql/ + - /-stable$/ - master@gitlab-org/gitlab-ce - master@gitlab/gitlabhq - tags@gitlab-org/gitlab-ce