From a8244ea9bf242cdc012d600ee3259e7367f8191a Mon Sep 17 00:00:00 2001 From: Malte Meiboom Date: Mon, 10 Nov 2025 11:06:41 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ff21227..c77f140 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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