From 79618faf8f9d30c72926dab8555dc117fa97910d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Fernando=20Carri=C3=B3n?= Date: Fri, 13 Oct 2023 14:59:36 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 509f277..7cb6472 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,12 +20,12 @@ stages: # List of stages for jobs, and their order of execution - build -#build-job: # This job runs in the build stage, which runs first. -# stage: build -# script: -# - echo "Compiling the code..." -# - go build -# - echo "Compile complete." +build-job: # This job runs in the build stage, which runs first. + stage: build + script: + - echo "Compiling the code..." + - go build + - echo "Compile complete." #unit-test-job: # This job runs in the test stage. # stage: test # It only starts when the job in the build stage completes successfully.