diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f91dd57..ba3bce3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,6 +30,7 @@ build_and_test: stage: build_and_test script: - flutter clean + - rm -rf /root/.pub-cache - flutter pub get - flutter analyze