diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 682bc78..8dfb89b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -60,7 +60,7 @@ build_be: lint_fe: script: - cd ./frontend - - ng lint + - npm run -- ng lint extends: - .lint - .angular-image @@ -88,7 +88,7 @@ test_fe: script: - cd ./frontend - npm update - - ng test + - npm run -- ng test cache: key: $CI_COMMIT_REF_SLUG-$CI_PROJECT_DIR paths: