From 8e286305232c7e398f15c04d4e0783b9aaf1c9f5 Mon Sep 17 00:00:00 2001 From: The one with the braid Date: Thu, 11 Jul 2024 12:01:12 +0200 Subject: [PATCH] fix: use correct Dart image Signed-off-by: The one with the braid --- .gitlab-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6eede8b..69aade2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,7 +26,6 @@ code_analyze: dart_test: stage: coverage - image: dart dependencies: [ code_analyze ] @@ -36,7 +35,6 @@ dart_test: code_quality: stage: coverage - image: dart before_script: - dart pub global activate dart_code_metrics script: @@ -50,7 +48,6 @@ code_quality: dry-run: stage: publish - image: dart script: - rm -rf ./docs - dart pub get @@ -58,7 +55,6 @@ dry-run: pub-dev: stage: publish - image: dart dependencies: [ dry-run ]