diff --git a/.gitlab-industrial-ci-kinetic-no-rosinstall.yml b/.gitlab-industrial-ci-kinetic-no-rosinstall.yml index 1475b11830a194731632e4192dc924008b66c9f8..f4fc49e8e54f0719672bf8307e7b20c756cf3dda 100644 --- a/.gitlab-industrial-ci-kinetic-no-rosinstall.yml +++ b/.gitlab-industrial-ci-kinetic-no-rosinstall.yml @@ -143,7 +143,7 @@ adoc_syntax: before_script: - apk add --update curl asciidoctor bash script: - - curl -Ls https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/17-add-asciidoctor-syntax-check-to-ci-tests/scripts/asciidoctor_syntax_check.bash | bash -s -- $$TARGET_REPO_PATH + - curl -Ls https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/17-add-asciidoctor-syntax-check-to-ci-tests/scripts/asciidoctor_syntax_check.bash | bash -s -- $TARGET_REPO_PATH tags: - docker when: always diff --git a/.gitlab-industrial-ci-kinetic-with-rosinstall.yml b/.gitlab-industrial-ci-kinetic-with-rosinstall.yml index b7f7ed42c3af3e237e3503b5616c3e82ca4e9bf9..b5b95bf60fea43373ccb0154923b2e12b87480e4 100644 --- a/.gitlab-industrial-ci-kinetic-with-rosinstall.yml +++ b/.gitlab-industrial-ci-kinetic-with-rosinstall.yml @@ -145,7 +145,7 @@ adoc_syntax: before_script: - apk add --update curl asciidoctor bash script: - - curl -Ls https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/17-add-asciidoctor-syntax-check-to-ci-tests/scripts/asciidoctor_syntax_check.bash | bash -s -- $$TARGET_REPO_PATH + - curl -Ls https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/17-add-asciidoctor-syntax-check-to-ci-tests/scripts/asciidoctor_syntax_check.bash | bash -s -- $TARGET_REPO_PATH tags: - docker when: always