diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c77f140..8b5b3b7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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