Update .gitlab-ci.yml file

This commit is contained in:
Aleksandras Kostarevas 2024-07-22 20:40:09 +00:00
parent 412e24370f
commit a3eae09dfd

View File

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