From a422f87b278deadae5a7597ec461a0860e6fcc2e Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wdconinc@gmail.com>
Date: Wed, 23 Aug 2023 18:30:14 +0000
Subject: [PATCH] fix: empty before_ and after_scripts again

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d9fefa1ba..99efb745a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -438,8 +438,10 @@ singularity:
     - jug_dev
     - jug_xl:default
     - jug_xl:nightly
+  before_script: ""
   script:
     - singularity pull ${BUILD_IMAGE}.sif docker://${CI_REGISTRY_IMAGE}/${BUILD_IMAGE}:${INTERNAL_TAG}-${BUILD_TYPE}
+  after_script: ""
 
 
 benchmarks:reconstruction:default:
-- 
GitLab