diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 297e194136dab1279db986518f058d6da97429f8..b6d13009dd12dc3529324d992a6060d997c01828 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."