Update .gitlab-ci.yml file, switched image to the local builder
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user