From 1d84a2c125223597efc1a28002cbff2a375e33a6 Mon Sep 17 00:00:00 2001
From: lb584 <lb584@cam.ac.uk>
Date: Mon, 30 Jan 2023 15:42:51 +0000
Subject: [PATCH] experimenting with manual jobs

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c2d845c..390399d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,6 +20,7 @@ stages:
   - full-fat
 
 prepare_code:
+  stage: half-fat
   image: lb584/ews_coordinator:latest
   script:
     - python3 -V  # Print out python version for debugging
-- 
GitLab