fix commands
This commit is contained in:
parent
e5d4221a0a
commit
9d4e27bac7
@ -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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user