From 35f54a5362db0772ebf46a09b9db13dc41e99284 Mon Sep 17 00:00:00 2001 From: Alexander Pace <alexander.pace@ligo.org> Date: Tue, 3 Jul 2018 14:22:48 -0500 Subject: [PATCH] Debugging the offline tutorial test. --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 83391df2be..6c8e90f2c6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -68,6 +68,7 @@ level0:gstlal: paths: - ${GSTLAL_DIR} - gstlal + when: always only: - pushes - schedules @@ -88,6 +89,7 @@ level1:gstlal-ugly: paths: - ${GSTLAL_DIR} - gstlal-ugly + when: always only: - pushes - schedules @@ -108,6 +110,7 @@ level2:gstlal-calibration: paths: - ${GSTLAL_DIR} - gstlal-calibration + when: always only: - pushes - schedules @@ -128,6 +131,7 @@ level2:gstlal-inspiral: paths: - ${GSTLAL_DIR} - gstlal-inspiral + when: always only: - pushes - schedules @@ -160,11 +164,13 @@ offline-test: - level2:gstlal-inspiral script: - cd gstlal-inspiral/tests + - ls -lth ${GSTLAL_DIR}/lib - make -f Makefile_offline_tutorial_test artifacts: expire_in: 3h paths: - gstlal-inspiral/tests + when: always only: - pushes - schedules -- GitLab