diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1a9849864a912af35160e069978f3bab02597a65..8b15e764abae0844f7d39fc7b9a5098edbc47c3c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -86,8 +86,8 @@ build-testenv:
   tags: [ cached-dind ]
   image: docker:19.03
   stage: setup
-  # only:
-  #     - schedules
+  only:
+      - schedules
   script: 
     - cd unittests/docker
     - docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY