From 58000dc7bec01b0489c1d8e8dce08f7b7be5efca Mon Sep 17 00:00:00 2001 From: Pinglei He <pingleihe@pingleitekiMacBook-Pro.local> Date: Thu, 21 Oct 2021 19:51:31 +0200 Subject: [PATCH] updating the yml file to run test --- .gitlab-cy.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-cy.yml b/.gitlab-cy.yml index 05194f7..c4bfd26 100644 --- a/.gitlab-cy.yml +++ b/.gitlab-cy.yml @@ -8,3 +8,8 @@ job:estlint: script: - npm install eslint - npm run lint + +job:test-run: + stage: test + script: + - npm run test -- GitLab