From b1207b9c2c926ab5ff4faa45d325655b46a38601 Mon Sep 17 00:00:00 2001 From: YoshiRulz Date: Wed, 10 Aug 2022 19:37:31 +1000 Subject: [PATCH] Further fix test execution on GitLab CI --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cfd992b5c4..5872167fcd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -189,9 +189,8 @@ run_tests: - job: build_asms_release artifacts: false script: - - cd src/BizHawk.Version - - dotnet build -c Release # configuration doesn't really matter as the assembly is empty - - ../../Dist/BuildTestRelease.sh + - Dist/BuildDebug.sh # populate output + - Dist/BuildTestRelease.sh stage: test .disabled_job_sast: