From ab065c3116f774531845d9a827202fa9c470d1bc Mon Sep 17 00:00:00 2001 From: Crondung <1922635@stud.hs-mannheim.de> Date: Sun, 26 Feb 2023 17:46:40 +0100 Subject: [PATCH] validated syntax --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dcd0a50..38b9c74 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,12 +4,12 @@ stages: - analyze before_script: - — flutter pub get - — flutter clean + - flutter pub get + - flutter clean analyze: stage: analyze script: - flutter analyze --no-fatal-infos --no-fatal-warnings - only: - — merge_requests + only: + - merge_requests