From a10d1215bf2010a234510a750f8ca0c138b551a0 Mon Sep 17 00:00:00 2001 From: DHCPCD Date: Thu, 31 Mar 2022 01:20:04 +0300 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 76f51c0..d4511a7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,6 +26,8 @@ image: "mcr.microsoft.com/dotnet/sdk:6.0" before_script: - apt-get update -y - apt-get install -y zip + - mkdir bin + build-job: # This job runs in the build stage, which runs first. stage: build script: -- GitLab