From 1c0687fa2308500742f88cc249a72c69d29ff2a0 Mon Sep 17 00:00:00 2001 From: Georgi Michev <georgi.michev@vereign.com> Date: Fri, 16 Feb 2024 17:58:32 +0200 Subject: [PATCH] Remove .gitlab-ci.yml from been tracked This way the tests could be manged on different environments without interference. Signed-off-by: Georgi Michev <georgi.michev@vereign.com> --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index cf8e193b..6135ee87 100644 --- a/.gitignore +++ b/.gitignore @@ -74,3 +74,4 @@ build/tmp/ reports/ devRun.sh +.gitlab-ci.yml -- GitLab