From 0b985e602ce1b08adf9b6081619bb4d30dbaf651 Mon Sep 17 00:00:00 2001 From: Manuel Kieweg <mail@manuelkieweg.de> Date: Thu, 8 Oct 2020 19:50:00 +0100 Subject: [PATCH] correct docker image --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f3c7257d0..a226ba1ab 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -69,8 +69,6 @@ documentation:static: rules: - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH' script: - - ls - - ls documentation - mdbook build documentation --dest-dir public artifacts: paths: @@ -86,6 +84,8 @@ documentation:test: rules: - if: '$CI_PIPELINE_SOURCE == "merge_request_event"' script: + - ls + - ls documentation - mdbook build documentation --dest-dir public sast: -- GitLab