From 423428aeee2b271c244e2f39419f0676242a33df Mon Sep 17 00:00:00 2001 From: Alexander Pace <alexander.pace@ligo.org> Date: Wed, 27 Mar 2019 17:57:47 -0500 Subject: [PATCH] Update .gitlab-ci.yml: only copy the web results directory to the pipeline artifacts to cut down on space. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 26a2b891b7..c2460a04cd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -354,7 +354,7 @@ test:offline: artifacts: expire_in: 24h paths: - - gstlal-inspiral/tests + - gstlal-inspiral/tests/WEBDIR/gstlal_offline_tutorial - public when: always only: -- GitLab