From fca8801ac85bf63fd061105f5dfb4c93da8400b3 Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Wed, 30 Apr 2025 20:07:11 +0200
Subject: [PATCH] fix

---
 .gitlab-ci.yml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ead01d4ef..686821507 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -354,10 +354,6 @@ sphinx_documentation:
 # See docker-compose/README.md for docker image behavior and explanation
 .base_docker_images:
   stage: images
-  extends: .local_job
-  rules:
-    - !reference [.local_job, rules]
-    - if: $CI
   image: docker:latest
   tags:
     - dind
@@ -408,7 +404,6 @@ docker_store_images_changes:
   # works. See the following references
   #  https://stackoverflow.com/questions/68955071/how-to-disable-detached-pipelines-in-gitlab
   #  https://docs.gitlab.com/ee/ci/jobs/job_control.html#jobs-or-pipelines-run-unexpectedly-when-using-changes
-  rules: []
   only:
     refs:
       - merge_requests
-- 
GitLab