diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2e21653d760e5c2c65a74fb4f72b8046dd3b3e63..597a6cb8a7a1339079c555b74d56d419c38c1ffa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,7 @@ stages: # List of stages for jobs, and their order of execution build-native: # This job runs in the build stage, which runs first. stage: build - image: debian-slim + image: debian:stable-slim variables: CCACHE_MAXSIZE: "50M" GIT_STRATEGY: clone