From e110cfb684f9842c593e69725aec4466780dee24 Mon Sep 17 00:00:00 2001 From: Crondung <1922635@stud.hs-mannheim.de> Date: Sun, 26 Feb 2023 18:03:00 +0100 Subject: [PATCH] use different image --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 38b9c74..562ecfe 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: matspfeiffer/flutter:latest +image: cirrusci/flutter:latest stages: - analyze @@ -10,6 +10,6 @@ before_script: analyze: stage: analyze script: - - flutter analyze --no-fatal-infos --no-fatal-warnings + - flutter analyze only: - merge_requests