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:
cargo_check:
stage: lint
image: rust:latest
tags:
- linux
script:
......@@ -13,6 +14,7 @@ cargo_check:
cargo_clippy:
stage: lint
image: rust:latest
tags:
- linux
script:
......@@ -20,6 +22,7 @@ cargo_clippy:
cargo_test:
stage: test
image: rust:latest
tags:
- linux
script:
......@@ -27,6 +30,7 @@ cargo_test:
cargo_build:
stage: build
image: rust:latest
tags:
- linux
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