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