From 4fdb8f3d16fc1bc0a6fe85fa54acab12f7d600be Mon Sep 17 00:00:00 2001 From: varac Date: Tue, 14 Jun 2016 13:40:47 +0200 Subject: added catalog test to .gitlab-ci.yml --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e4720fc5..6b1a861d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,6 +27,11 @@ templates: script: - bundle exec rake templates +catalog: + stage: syntax + script: + - bundle exec rake catalog + rspec: stage: rspec script: -- cgit v1.2.3