From 360f501b554c16b190a5b3a2c670822ecfaaeea0 Mon Sep 17 00:00:00 2001 From: laurentheirendt <laurent.heirendt@uni.lu> Date: Fri, 26 Feb 2021 10:19:36 +0100 Subject: [PATCH] debugging --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 719b5edd..616e0c8a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -110,8 +110,9 @@ check:links: - if: $CI_MERGE_REQUEST_ID before_script: - cp -r build/external checkFolder + - ls -lash script: - - python linkchecker/link_check.py + - python link_check.py # generate # ------------------------------------------------------------------------------------ -- GitLab