From 4d603f73a52b9e06c021a1268c517534469abf9f Mon Sep 17 00:00:00 2001 From: Lanna Michalke Date: Wed, 27 Apr 2022 13:31:49 +0200 Subject: [PATCH] chore: migrate google/dart to dart - migrate deprecated google/dart image to dart Signed-off-by: Lanna Michalke --- .gitlab-ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5dd3cba8..b331e1f6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,7 +41,7 @@ coverage_without_olm: tags: - linux stage: coverage - image: google/dart + image: dart dependencies: [] script: - dart pub get @@ -75,7 +75,7 @@ code_analyze: tags: - docker stage: coverage - image: google/dart + image: dart dependencies: [] script: - dart pub get @@ -86,7 +86,7 @@ code_quality: tags: - docker stage: coverage - image: google/dart + image: dart before_script: - dart pub global activate dart_code_metrics script: @@ -100,7 +100,7 @@ code_quality: dry-run: stage: publish - image: google/dart + image: dart script: - rm -rf ./docs - dart pub get @@ -109,7 +109,7 @@ dry-run: pub-dev: stage: publish - image: google/dart + image: dart dependencies: [ dry-run ]