I try to run karma tests for Angular with gitlab CI.
The .gitlab-ci.yml:
image: node:14.0.0 cache: paths: - node_modules/ before_script: - np