From 9cc344fee3642e9002933a3e34323d2c18d1beb7 Mon Sep 17 00:00:00 2001 From: ManifoldFR <wilson.jallet@gmail.com> Date: Mon, 26 Feb 2018 13:55:06 +0100 Subject: [PATCH] More gitlab ci... --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e65d667..6ee9320 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -36,6 +36,8 @@ test:lint: stage: test script: - npm run lint + tags: + - lint test:async: stage: test -- GitLab