From bede69b50feb0b581fd1e807b5d050362f54f812 Mon Sep 17 00:00:00 2001 From: Tobias Werth Date: Sun, 25 Aug 2024 13:11:00 +0200 Subject: [PATCH] fix --- .github/workflows/integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index c3a4c3e780..5ad1fd44a5 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -12,7 +12,7 @@ on: - '[0-9]+.[0-9]+' jobs: - runpipe: + integration: runs-on: ubuntu-24.04 container: image: domjudge/gitlabci:24.04 @@ -45,4 +45,4 @@ jobs: - name: Create user run: sudo userdel -f -r domjudge-run-0 && sudo useradd -d /nonexistent -g nogroup -s /bin/false -u 2222 domjudge-run-0 - name: Start judging - run: sudo cp judge/domjudge-*service judge/domjudge-*target /etc/systemd/system/ && sudo systemctl enable --now domjudge-judgehost + run: sudo cp /opt/domjudge/lib/judge/domjudge-*service judge/domjudge-*target /etc/systemd/system/ && sudo systemctl enable --now domjudge-judgehost