From bab2ea9e6481cf5a17340687060caa5c1eb99b50 Mon Sep 17 00:00:00 2001 From: lb584 <lb584@cam.ac.uk> Date: Mon, 30 Jan 2023 14:42:10 +0000 Subject: [PATCH] experimenting with manual jobs --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index be101a5..ed6e3c0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,6 +16,7 @@ cache: - venv/ prepare_code: + when: never image: lb584/ews_coordinator:latest script: - python3 -V # Print out python version for debugging @@ -94,6 +95,7 @@ half_fat_epi_tests: manual_job: when: manual + needs: ["prepare_code"] tags: - production -- GitLab