Commit b546e296 authored by Chunchi Che's avatar Chunchi Che

fix ci

parent 11cac806
Pipeline #18032 failed with stages
in 4 minutes and 17 seconds
...@@ -6,6 +6,7 @@ stages: ...@@ -6,6 +6,7 @@ stages:
cargo_check: cargo_check:
stage: lint stage: lint
image: rust:latest
tags: tags:
- linux - linux
script: script:
...@@ -13,6 +14,7 @@ cargo_check: ...@@ -13,6 +14,7 @@ cargo_check:
cargo_clippy: cargo_clippy:
stage: lint stage: lint
image: rust:latest
tags: tags:
- linux - linux
script: script:
...@@ -20,6 +22,7 @@ cargo_clippy: ...@@ -20,6 +22,7 @@ cargo_clippy:
cargo_test: cargo_test:
stage: test stage: test
image: rust:latest
tags: tags:
- linux - linux
script: script:
...@@ -27,6 +30,7 @@ cargo_test: ...@@ -27,6 +30,7 @@ cargo_test:
cargo_build: cargo_build:
stage: build stage: build
image: rust:latest
tags: tags:
- linux - linux
script: script:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment