diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fd20fab3..9e5646f9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,7 +20,7 @@ coverage: - apt install -y curl gnupg2 git unzip - git clone https://github.com/flutter/flutter.git -b stable - export PATH="$PATH:`pwd`/flutter/bin" - - sed -i s/#//g pubspec.yaml + - sed -i 's/#\([^ ]\)/\1/g' pubspec.yaml - flutter doctor - apt update - apt install -y lcov libolm3 sqlite3 libsqlite3-dev diff --git a/pubspec.yaml b/pubspec.yaml index 9c48367b..95949141 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -33,4 +33,4 @@ dev_dependencies: pedantic: ^1.11.0 dapackages: ^1.4.0 #flutter_test: - # sdk: flutter + #sdk: flutter