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
script:
- cd ./frontend
- npm install
- npm run -- ng lint
extends:
- .lint