From a7e57e1d54e97aa75b7226876dae1e46d7cc2074 Mon Sep 17 00:00:00 2001 From: Joris Date: Mon, 24 Jun 2019 10:38:19 +0200 Subject: Fix ci --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 28b45d8..b5c6c9a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ image: alpine:latest pages: stage: deploy script: - - echo 'Nothing to do...' + - mv seeother public artifacts: paths: - - seeother + - public -- cgit v1.2.3