fix: use correct Dart image

Signed-off-by: The one with the braid <info@braid.business>
This commit is contained in:
The one with the braid 2024-07-11 12:01:12 +02:00
parent cdc391c50a
commit 8e28630523

View file

@ -26,7 +26,6 @@ code_analyze:
dart_test: dart_test:
stage: coverage stage: coverage
image: dart
dependencies: [ dependencies: [
code_analyze code_analyze
] ]
@ -36,7 +35,6 @@ dart_test:
code_quality: code_quality:
stage: coverage stage: coverage
image: dart
before_script: before_script:
- dart pub global activate dart_code_metrics - dart pub global activate dart_code_metrics
script: script:
@ -50,7 +48,6 @@ code_quality:
dry-run: dry-run:
stage: publish stage: publish
image: dart
script: script:
- rm -rf ./docs - rm -rf ./docs
- dart pub get - dart pub get
@ -58,7 +55,6 @@ dry-run:
pub-dev: pub-dev:
stage: publish stage: publish
image: dart
dependencies: [ dependencies: [
dry-run dry-run
] ]