added update

This commit is contained in:
Marco Zeisler 2021-05-11 17:50:57 +02:00
parent 66e2b7fe84
commit 8cd4f8281f

View File

@ -50,6 +50,7 @@ lint_fe:
image: johnpapa/angular-cli image: johnpapa/angular-cli
script: script:
- cd ./frontend - cd ./frontend
- npm update
- npm run -- ng lint - npm run -- ng lint
extends: extends:
- .lint - .lint
@ -78,6 +79,7 @@ test_fe:
test_be: test_be:
script: script:
- cd ./backend
- ls -l - ls -l
extends: extends:
- .test - .test