diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cc2f898682298914041231cad07f5afe6364170c..44329588171dc667583dd0132469edfad580f598 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,7 +22,7 @@ stages:          # List of stages for jobs, and their order of execution
 
 build-job:       # This job runs in the build stage, which runs first.
   stage: build
-  image: cimg
+  image: debian
   #artifacts:
   #  paths:
   #    - "*.bin"