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
script:
- npm install
- npm i --save-dev @types/url-parse
- npx tsc
cache:
policy: pull-push