ci: use 1000i100 runner

This commit is contained in:
librelois 2021-04-03 17:32:58 +02:00
parent 21deb6b922
commit c80376a9a1
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ stages:
.env:
image: axiomteam/gecko-ci:v0.0.6
tags:
- redshift
- 1000i100
before_script:
- rustup show
- rustc --version && cargo --version
@ -34,7 +34,7 @@ build_and_test:
- when: manual
stage: build_and_test
tags:
- redshift
- 1000i100
script:
- RUSTFLAGS="-D warnings" cargo make
- cd packages/dubp_rs && flutter pub get && cd ../..