fix commands

This commit is contained in:
Marco Zeisler 2021-05-11 23:42:22 +02:00
parent e5d4221a0a
commit 9d4e27bac7

View File

@ -60,7 +60,7 @@ build_be:
lint_fe:
script:
- cd ./frontend
- ng lint
- npm run -- ng lint
extends:
- .lint
- .angular-image
@ -88,7 +88,7 @@ test_fe:
script:
- cd ./frontend
- npm update
- ng test
- npm run -- ng test
cache:
key: $CI_COMMIT_REF_SLUG-$CI_PROJECT_DIR
paths: