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:
|
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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user