From 78d636e4dd5beb8f73e5f404ff674e58305a833a Mon Sep 17 00:00:00 2001
From: Daniel Hornung <d.hornung@indiscale.com>
Date: Fri, 24 Jun 2022 09:42:46 +0200
Subject: [PATCH] ENH: Run testenv always.

---
 .gitlab-ci.yml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b52d6a7..092b9e1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -137,7 +137,9 @@ test:
       - time docker load < /image-cache/caosdb-pyint-testenv-${CI_COMMIT_REF_NAME}.tar || true
       - time docker load < /image-cache/caosdb-${REFTAG}.tar || time docker load < /image-cache/caosdb-dev.tar || true
       - time docker load < /image-cache/$MARIADBVERSION.tar || true
+      # Pull the server image.
       - docker pull $CI_REGISTRY/caosdb/src/caosdb-deploy:$CAOSDB_TAG || CAOSDB_TAG=dev
+      # Pull the image for the test runs.
       - docker pull $CI_REGISTRY_IMAGE
 
         # Here, the server and the mysql backend docker are being started
@@ -189,10 +191,6 @@ build-testenv:
   image: docker:20.10
   stage: setup
   timeout: 2h
-  only:
-    - schedules
-    - web
-    - pushes
   needs: []
   script:
       - df -h
-- 
GitLab