Update .gitlab-ci.yml file

switch docker image to debian, slim version, part 2
This commit is contained in:
Alam Ed Arias 2023-10-11 05:10:23 +00:00
parent e7417ea116
commit 4b43f92b13

View file

@ -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. build-native: # This job runs in the build stage, which runs first.
stage: build stage: build
image: debian-slim image: debian:stable-slim
variables: variables:
CCACHE_MAXSIZE: "50M" CCACHE_MAXSIZE: "50M"
GIT_STRATEGY: clone GIT_STRATEGY: clone