diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c1d06a8..8b5b3b7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,7 @@ build-job: test-job: stage: test - image: rust:latest + image: localhost:5000/huskbuilder:latest script: - cargo test