From ff6a63ef92e4292fe08768453fa848808d157561 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=92scar=20Casajuana?= Date: Fri, 23 Nov 2018 14:10:46 +0100 Subject: [PATCH] Also check demo operators with test-operators (only at gitlab.com) --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f5d090f..89ddb96 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,8 @@ stages: before_script: - yarn script: - - yarn test --forceExit + - yarn test + - yarn test-operators node-7: <<: *test