From 74d345e34394e2de35f1ac83bf030791e021cf86 Mon Sep 17 00:00:00 2001
From: lb584 <lb584@cam.ac.uk>
Date: Thu, 11 Jul 2024 10:54:10 +0100
Subject: [PATCH] more work to make full-fat tests wotk with new resources
 structure

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e47f013..5cd480d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -36,7 +36,7 @@ stages:
       - BRANCH="main"
       - echo "branch - " $BRANCH
       - RUN_TIME=$(date '+%Y%m%d_%H%M%S')
-      - echo "run time - " $run_time
+      - echo "run time - " $RUN_TIME
       - PACKAGES_DIR="$CI_PROJECT_DIR/packages/"
       - echo "project dir - " $CI_PROJECT_DIR
       - echo "output dir - " $OUTPUT_DIR
-- 
GitLab