From 18f6d3d91b493be763693c27cdf3c2077220a9fc Mon Sep 17 00:00:00 2001
From: lb584 <lb584@cam.ac.uk>
Date: Mon, 30 Jan 2023 15:08:21 +0000
Subject: [PATCH] experimenting with manual jobs

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bc7f41d..2052f20 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -50,7 +50,6 @@ prepare_code:
     - ls ../
 
 example:
-  when: manual
   script:
     - CI_PYTHON_PATH="cakebar"
 
@@ -97,7 +96,6 @@ half_fat_epi_tests:
 
 manual_job:
   when: manual
-  needs: ["example"]
 
   tags:
     - production
-- 
GitLab