From 1e25a7a1c2381a4e6b83897c67239434392a3d4e Mon Sep 17 00:00:00 2001 From: Pinglei He <pingleihe@pingleitekiMacBook-Pro.local> Date: Thu, 21 Oct 2021 19:52:49 +0200 Subject: [PATCH] added the install script --- .gitlab-cy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-cy.yml b/.gitlab-cy.yml index c4bfd26..8eaf233 100644 --- a/.gitlab-cy.yml +++ b/.gitlab-cy.yml @@ -12,4 +12,5 @@ job:estlint: job:test-run: stage: test script: + - npm install - npm run test -- GitLab