From df1941907092404a07eaf1a57a8f24758a758e90 Mon Sep 17 00:00:00 2001 From: jez04 <david.jezek@vsb.cz> Date: Thu, 5 Oct 2023 07:58:39 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b6d1300..2f7ddbe 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,7 +26,7 @@ build-job: # This job runs in the build stage, which runs first. script: - echo "Compiling the code..." - whoami - - dotnet + - /home/gitlab-runner/.dotnet/dotnet - mvn compile - echo "Compile complete." -- GitLab