From b93b69a0613a2eb7d6b3a0343e7c802e55662cba Mon Sep 17 00:00:00 2001 From: emanuel Date: Mon, 17 May 2021 15:52:38 +0100 Subject: [PATCH] Test CI --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ac2a66c..e7696d5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,7 @@ test: stage: test extends: .dependencies script: - - sudo pacman -Sy it2s-itss-management-git --noconfirm + - pacman -Sy it2s-itss-management-git --noconfirm - sed -i 's/type = "realtime"/type = "fixed"/g' /etc/it2s/itss.toml - nohup /usr/bin/it2s-itss-management & - cd test