build frontend in correct dir

This commit is contained in:
lukas-heiligenbrunner 2022-12-08 13:14:12 +01:00
parent 21520a7b1c
commit d2c6705121

View File

@ -6,6 +6,7 @@ flutter-web:
stage: build_frontend
image: cirrusci/flutter
script:
- cd app
- flutter build web
artifacts:
expire_in: 2 days