fix path;

This commit is contained in:
Marco Zeisler 2021-05-11 17:45:09 +02:00
parent 0d1d462b65
commit 5df09e4e76

View File

@ -50,6 +50,7 @@ lint_fe:
image: node:alpine image: node:alpine
script: script:
- cd ./frontend - cd ./frontend
- npm install
- npm run -- ng lint - npm run -- ng lint
extends: extends:
- .lint - .lint