From f6457fc9eca8ab63cb1b88272edb01798a98b26b Mon Sep 17 00:00:00 2001 From: lb584 <lb584@cam.ac.uk> Date: Mon, 30 Jan 2023 13:09:49 +0000 Subject: [PATCH] experimenting with manual jobs --- .gitlab-ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c15e1ff..80b2489 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -53,8 +53,7 @@ prepare_code: half_fat_tests: when: always image: lb584/ews_coordinator:latest - dependencies: - - prepare_code + needs: ["prepare_code"] script: - cd $CI_PROJECT_DIR/tests/unit/coordinator/ @@ -77,8 +76,7 @@ half_fat_tests: half_fat_epi_tests: when: manual image: lb584/ews_coordinator:latest - dependencies: - - prepare_code + needs: ["prepare_code"] script: - cd $CI_PROJECT_DIR/tests/integration/partial/ -- GitLab