mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-02 06:46:22 +01:00
Update .gitlab-ci.yml file
This commit is contained in:
parent
7b3b0fed40
commit
bec349f472
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ test:
|
||||||
stage: test
|
stage: test
|
||||||
except:
|
except:
|
||||||
- triage
|
- triage
|
||||||
image: "cirrusci/flutter:3.0.4"
|
image: "cirrusci/flutter:3.3.8"
|
||||||
before_script:
|
before_script:
|
||||||
- apt-get update -qq && apt-get install -y -qq libsqlite3-dev
|
- apt-get update -qq && apt-get install -y -qq libsqlite3-dev
|
||||||
- flutter pub global activate junitreport
|
- flutter pub global activate junitreport
|
||||||
|
|
Loading…
Reference in a new issue