Update .gitlab-ci.yml file

This commit is contained in:
Evelyn Alicke 2023-06-27 19:03:45 +00:00
parent 58a66099c3
commit cb873908b9

View file

@ -9,6 +9,7 @@ include:
stages: stages:
- test - test
- build - build
- deploy
cargo-check: cargo-check:
extends: .cargo_check extends: .cargo_check