From 4bc6675cf409ee9a93be0a71402a04f20ec8ef7c Mon Sep 17 00:00:00 2001 From: mkirsz <s1351949@sms.ed.ac.uk> Date: Mon, 11 Mar 2024 13:39:58 +0000 Subject: [PATCH] Example testing tweaks... --- .gitlab-ci.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f01f1a1..dbaeb66 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -53,11 +53,11 @@ build-release-shared: artifacts: paths: - $RELEASE_DIR/* - - CORE/$RELEASE_DIR/* - - MODELS/$RELEASE_DIR/* - - MLIP/$RELEASE_DIR/* - - HPO/$RELEASE_DIR/* - - LIBS/$RELEASE_DIR/* + - CORE/* + - MODELS/* + - MLIP/* + - HPO/* + - LIBS/* build-release-static: @@ -69,11 +69,11 @@ build-release-static: artifacts: paths: - $RELEASE_DIR/* - - CORE/$RELEASE_DIR/* - - MODELS/$RELEASE_DIR/* - - MLIP/$RELEASE_DIR/* - - HPO/$RELEASE_DIR/* - - LIBS/$RELEASE_DIR/* + - CORE/* + - MODELS/* + - MLIP/* + - HPO/* + - LIBS/* run-func-tests-shared: stage: run.functional.tests -- GitLab