Update .gitlab-ci.yml file

This commit is contained in:
Aleksandras Kostarevas 2024-07-22 20:20:41 +00:00
parent 02de57ddb1
commit 412e24370f

View File

@ -11,6 +11,8 @@ stages: # List of stages for jobs, and their order of execution
- build
build:
tags:
- on-prem
stage: build
before_script:
- git fetch origin master:master