From 91b6817484c69c3627391c53267a488e0d332dd2 Mon Sep 17 00:00:00 2001 From: "Serge S. Gulin" <gulin.serge@gmail.com> Date: Wed, 1 May 2024 20:21:56 +0000 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 4d02930..66f85cd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,6 +3,8 @@ image: node:lts # Functions that should be executed before the build script is run before_script: [] pages: + tags: + - docker script: ["echo 1"] artifacts: paths: -- GitLab