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: lint_fe:
script: script:
- cd ./frontend - cd ./frontend
- ng lint - npm run -- ng lint
extends: extends:
- .lint - .lint
- .angular-image - .angular-image
@ -88,7 +88,7 @@ test_fe:
script: script:
- cd ./frontend - cd ./frontend
- npm update - npm update
- ng test - npm run -- ng test
cache: cache:
key: $CI_COMMIT_REF_SLUG-$CI_PROJECT_DIR key: $CI_COMMIT_REF_SLUG-$CI_PROJECT_DIR
paths: paths: