Skip to content
Snippets Groups Projects
Commit e7417ea1 authored by Alam Ed Arias's avatar Alam Ed Arias
Browse files

Update .gitlab-ci.yml file

switch docker image to debian, slim version
parent 37909c95
Branches
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ stages: # List of stages for jobs, and their order of execution ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment