Update .gitlab-ci.yml file
This commit is contained in:
+2
-2
@@ -6,11 +6,11 @@ build-job:
|
||||
stage: build
|
||||
image: rust:latest
|
||||
script:
|
||||
- echo "in build"
|
||||
- cargo build
|
||||
|
||||
test-job:
|
||||
stage: test
|
||||
image: rust:latest
|
||||
script:
|
||||
- echo "in test"
|
||||
- cargo test
|
||||
|
||||
|
||||
Reference in New Issue
Block a user