From abd8e270d1083f9138dc81d74d9d9f202a6f8735 Mon Sep 17 00:00:00 2001 From: lb584 <lb584@cam.ac.uk> Date: Mon, 17 Jul 2023 15:39:06 +0100 Subject: [PATCH] tryoing to get two triggered pipelines to work --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9e24545..3659ecb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -76,7 +76,7 @@ stages: - ls $PACKAGES_DIR2 half_fat_tests: - when: manual + when: always stage: half-fat extends: .before_script image: lb584/ews_coordinator:latest -- GitLab