diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 91ef07d..cb11ffc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: "rust:nightly-buster" +image: "rustlang/rust:nightly-buster" # Optional: Install a C compiler, cmake and git into the container. # You will often need this when you (or any of your dependencies) depends on C code.