diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 842933a8ffb0b457f2e26debef0079dcabfe1671..829453cea38c80ef2e9f11496f03083925874e12 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,6 +20,7 @@ stages:          # List of stages for jobs, and their order of execution
   - build
   - test
   - deploy
+image: docker
 
 build-job:       # This job runs in the build stage, which runs first.
   stage: build