From a3eae09dfdcde5a71b7af3836ec0c29181f93dc4 Mon Sep 17 00:00:00 2001 From: Aleksandras Kostarevas Date: Mon, 22 Jul 2024 20:40:09 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index da3927392..d1c116482 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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