diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f7efbeb..3ca48df 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -51,7 +51,7 @@ build_be: lint_fe: script: - cd ./frontend - - npm install + - npm update - ng lint extends: - .lint @@ -78,6 +78,7 @@ lint_fe: test_fe: script: - cd ./frontend + - npm update - ng test extends: - .test