From e1ae6da34e8a4558ec3515456d341e4a3cc13364 Mon Sep 17 00:00:00 2001 From: Bauke Date: Fri, 5 Jul 2019 23:53:01 +0200 Subject: [PATCH] chore: update gitlab ci to test instead of lint --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1561298..778ce4b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,9 +10,9 @@ before_script: - yarn --version - yarn -lint: +test: script: - - yarn lint + - yarn test pages: stage: deploy