chore: use updated dart image

This commit is contained in:
Nicolas Werner 2022-08-19 12:15:30 +02:00
parent ff66e1c208
commit 57ec5014d9
1 changed files with 5 additions and 5 deletions

View File

@ -8,10 +8,10 @@ test:
tags:
- linux
stage: coverage
image: google/dart
image: dart
script:
- pub get
- pub run test
- dart pub get
- dart pub run test
code_analyze:
tags:
@ -53,7 +53,7 @@ pages:
dry-run:
stage: publish
image: google/dart
image: dart
script:
- rm -rf ./docs
- dart pub get
@ -61,7 +61,7 @@ dry-run:
pub-dev:
stage: publish
image: google/dart
image: dart
script:
- rm -rf ./docs
- |