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