diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 681c6e61f21939849dba61b2890dc8fce2d7813c..bad819d34e0eb93bf0dc183051eb6a2cfb7831c7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,7 +27,6 @@ stages:          # List of stages for jobs, and their order of execution
 .aptcache_Scripts: &aptcache
   - export APT_CACHE_DIR=`pwd`/apt-cache
   - mkdir --parents --verbose $APT_CACHE_DIR/partial/
-  
 
 .job_template: &job_build # This job runs in the build stage, which runs first.
   stage: build