From 521259b871a1df59d8366d736b0d7af67bde9d81 Mon Sep 17 00:00:00 2001
From: elemel <elise.lemeledo@math.uzh.ch>
Date: Thu, 8 Oct 2020 14:07:41 +0200
Subject: [PATCH] stitched ym;l

---
 .gitlab-ci.yml |  4 ++--
 gitlab-ci.yml  | 11 -----------
 2 files changed, 2 insertions(+), 13 deletions(-)
 delete mode 100644 gitlab-ci.yml

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b7315aa..d295662 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,9 +3,9 @@ image: alpine:latest
 pages:
   stage: deploy
   script:
-  - echo 'Nothing to do...'
+  - echo 'Executing pipeline'
   artifacts:
     paths:
-    - public/_doc/build/html
+    - public
   only:
   - master
diff --git a/gitlab-ci.yml b/gitlab-ci.yml
deleted file mode 100644
index ec73d9b..0000000
--- a/gitlab-ci.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-image: alpine:latest
-
-pages:
-  stage: deploy
-  script:
-  - echo 'Nothing to do...'
-  artifacts:
-    paths:
-    - public
-  only:
-  - master
-- 
GitLab