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