From f8d53da0bc47295ce06533762ae435b845d23c47 Mon Sep 17 00:00:00 2001
From: Alexander Pace <alexander.pace@ligo.org>
Date: Sat, 14 Jul 2018 12:42:48 -0500
Subject: [PATCH] Copy gstlal offline tutorial documentation to public folder.

---
 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fe74098b14..7bb8a3dfa5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -228,10 +228,12 @@ test:offline:
 
     - cd gstlal-inspiral/tests
     - make -f Makefile.offline_tutorial_test
+    - cp -rf ./WEBDIR/gstlal_offline_tutorial public/
   artifacts:
     expire_in: 3h
     paths:
       - gstlal-inspiral/tests
+      - public
     when: always
   only:
     - pushes
-- 
GitLab