Update .gitlab-ci.yml

This commit is contained in:
Daniel Løvbrøtte Olsen 2021-05-16 17:34:34 +00:00
parent 6a1e1fbf14
commit 094abed8e4
1 changed files with 1 additions and 1 deletions

View File

@ -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.