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:
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
]