From 417783f998f6d081aa5492ebcf118e31a76e0f3f Mon Sep 17 00:00:00 2001 From: LuppovDaniil Date: Tue, 1 Oct 2024 01:02:46 +0300 Subject: [PATCH] #393 podman start --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 516247a..1b99f26 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,7 +25,7 @@ building: script: - echo "A new file in the ./chunks folder has changed!" - hostname - # Add your processing commands here + - podman run -v /home/dluppov/vdjdb_test_build/output/:/root/output --rm vdjdb_py > /home/dluppov/vdj-db-ci-runner.log rules: - changes: - chunks/** \ No newline at end of file