From 44879635e4a394fd5fc9e34cf4f6d38a61a1211f Mon Sep 17 00:00:00 2001 From: Lin Jen-Shin Date: Thu, 23 Mar 2017 22:48:00 +0800 Subject: [PATCH] Append test to the test job name otherwise they're missing --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a8b1586..a90b763 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,8 +29,8 @@ before_script: ruby-2.1-git-2.7-phantomjs-2.1 test: *test_build ruby-2.3-git-2.7-phantomjs-2.1 test: *test_build -ruby-2.3.3-git-2.7-phantomjs-2.1-node-7.1: *test_build -ruby-2.3.3-git-2.7-phantomjs-2.1-node-7.1-postgresql-9.6: *test_build +ruby-2.3.3-git-2.7-phantomjs-2.1-node-7.1 test: *test_build +ruby-2.3.3-git-2.7-phantomjs-2.1-node-7.1-postgresql-9.6 test: *test_build ruby-2.3-static-analyses test: *test_build www-gitlab-com test: *test_build doc-gitlab-com test: *test_build