From e2a5f6c96ff743949b06ddf6e2c1a9dd4355a0d4 Mon Sep 17 00:00:00 2001 From: Neshura Date: Sat, 3 Dec 2022 22:28:07 +0100 Subject: [PATCH] Fix 1 for CI/CD script --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 43a69bb..ee52e3f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,7 +26,6 @@ linter: image: !reference [.node, image] stage: lint before_script: - - cd page-test - yarn install script: - yarn lint