Update .gitlab-ci.yml file, switched image to the local builder

This commit is contained in:
Malte Meiboom
2025-12-09 12:11:46 +00:00
parent 196ddea7e5
commit efe3708609
+2 -2
View File
@@ -4,13 +4,13 @@ stages:
build-job:
stage: build
image: rust:latest
image: localhost:5000/huskbuilder:latest
script:
- cargo build
test-job:
stage: test
image: rust:latest
image: localhost:5000/huskbuilder:latest
script:
- cargo test