This commit is contained in:
poka 2022-12-14 20:12:20 +01:00
parent e1c5943667
commit b0d29fceb3
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ build_and_test:
stage: build_and_test stage: build_and_test
script: script:
- flutter clean - flutter clean
- rm -rf /root/.pub-cache
- flutter pub get - flutter pub get
- flutter analyze - flutter analyze