Update .gitlab-ci.yml file

This commit is contained in:
jastornig 2023-12-20 23:25:21 +00:00 committed by Jakob Stornig
parent 65c32a9298
commit 14d9755b93

View file

@ -27,7 +27,6 @@ lint_job:
image: node image: node
script: script:
- npm install - npm install
- npm i --save-dev @types/url-parse
- npx tsc - npx tsc
cache: cache:
policy: pull-push policy: pull-push