From 089d177eea3b66bea23e0115cb10486559aa66f3 Mon Sep 17 00:00:00 2001 From: jez04 <david.jezek@vsb.cz> Date: Thu, 5 Oct 2023 07:49:10 +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 05ccb08..297e194 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..." + - dotnet - mvn compile - echo "Compile complete." -- GitLab