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: build-job:
stage: build stage: build
image: rust:latest image: localhost:5000/huskbuilder:latest
script: script:
- cargo build - cargo build
test-job: test-job:
stage: test stage: test
image: rust:latest image: localhost:5000/huskbuilder:latest
script: script:
- cargo test - cargo test