diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0b50e9694e30d925644433800a8835467aec9b5c..e03a6b6a42abf1341eb50f9e30e3bea214ea4478 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,7 @@
 # CI Config for ltaftpy / gitlab
 stages:
   - build
-  - test
+#  - test
   - doc
 
 # Global runner/docker image definition
@@ -16,7 +16,7 @@ cache:
 # build
     - build
   
-#before_script:
+before_script:
   - export APT_CACHE_DIR=`pwd`/apt-cache && mkdir -pv $APT_CACHE_DIR
   - apt-get update -yq && apt-get -o dir::cache::archives="$APT_CACHE_DIR" install -y cmake libfftw3-dev liblapack-dev
   - apt-get -o dir::cache::archives="$APT_CACHE_DIR" install -y python3.5 python3.5-dev python3-pip python3-tk