From 942ed972328270ab90818e99318ca1cec5097e3d Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 22 Aug 2019 23:52:43 -0700 Subject: [PATCH] =?UTF-8?q?Include=20=E2=80=98oni-css=E2=80=99=20in=20test?= =?UTF-8?q?ing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 62a1a54..8fedf7b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,13 +6,17 @@ stages: - package - deploy +test-oni-alert: + stage: test + script: make test-oni-alert + test-oni-bookmark: stage: test script: make test-oni-bookmark DEPS="oni-data-dir" -test-oni-alert: +test-oni-css: stage: test - script: make test-oni-alert + script: make test-oni-css DEPS="oni-company oni-fci" test-oni-grep: stage: test