Update .gitlab-ci.yml file

This commit is contained in:
Malte Meiboom
2025-11-10 11:06:41 +00:00
parent 79a69fa037
commit a8244ea9bf
+2 -2
View File
@@ -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