From 78cce7ebfb494f2e250bfc28b6ae9a3b31dbafdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Dvo=C5=99=C3=A1k?= <xdvora19@fi.muni.cz> Date: Wed, 28 Feb 2024 13:46:30 +0100 Subject: [PATCH] fix .gitlab-ci.yml --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 37c6b09..d8e60d5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,8 +1,5 @@ image: python:3.8-buster -tags: - - inject - stages: - deploy @@ -16,3 +13,5 @@ pages: - public only: - main + tags: + - inject -- GitLab