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

Update .gitlab-ci.yml file

switch docker image to debian, slim version, part 2
parent e7417ea1
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment