From 82e1e28788f0f9988f6f06ac9206b9c4a00d94e0 Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Fri, 14 Feb 2020 14:47:02 +0100
Subject: [PATCH] Revert "Enable build of testenv for this branch"

This reverts commit d6dfba6ed6bd9df0bd7c0e1f346bd31ba0901cfe.
---
 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e09c978a..3e81c4d4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -36,6 +36,8 @@ build-testenv:
   tags: [ cached-dind ]
   image: docker:19.03
   stage: setup
+  only:
+    - schedules
   script:
     - cd src/test/docker
     - docker login -u indiscale -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
-- 
GitLab