Update .gitlab-ci.yml file

switch docker image to debian, slim version
This commit is contained in:
Alam Ed Arias 2023-10-11 05:07:25 +00:00
parent 37909c95b1
commit e7417ea116

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 image: debian-slim
variables: variables:
CCACHE_MAXSIZE: "50M" CCACHE_MAXSIZE: "50M"
GIT_STRATEGY: clone GIT_STRATEGY: clone