Update .gitlab-ci.yml file

This commit is contained in:
Malte Meiboom
2025-11-10 11:03:10 +00:00
parent 85e08210e7
commit 79a69fa037
+2
View File
@@ -4,8 +4,10 @@ stages:
build-job:
stage: build
image: rust:latest
script:
- echo "in build"
- cargo build
test-job:
stage: test