From fd5303a2b6e29fe7b166f5c191315a7b1221f6de Mon Sep 17 00:00:00 2001 From: Maria Petrova-El Sayed <m.petrova@fz-juelich.de> Date: Mon, 7 Jun 2021 10:55:42 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b93f724..e615066 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,10 +1,12 @@ image: alpine:latest + pages: stage: deploy script: - - echo 'Testing index file...' + - echo 'Nothing to do...' artifacts: paths: - - public/ + - public only: - master + -- GitLab