From d8f6308676a65aaa36204c152d42fb46de733a83 Mon Sep 17 00:00:00 2001 From: Stephan Seitz <stephan.seitz@fau.de> Date: Wed, 26 Feb 2020 16:06:48 +0100 Subject: [PATCH] Fix artifacts path [ci-skip] --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f343435..f9921c5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,5 +12,5 @@ full: - cuda artifacts: paths: - - 'src/pyronn_torch/pyronn_layers_cpp.so' + - 'src/pyronn_torch/pyronn_torch_cpp.so' - 'dist' -- GitLab