From da36552a9e1af87fae8ca7b323f3faa7bf610bce Mon Sep 17 00:00:00 2001
From: Jake <j.vondoemming@stud.uni-goettingen.de>
Date: Tue, 2 Aug 2022 10:21:37 +0200
Subject: [PATCH] updated .gitlab-ci.yml

---
 .gitlab-ci.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f2ed0f2..6fcd501 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,8 +12,7 @@ site:
   before_script:
     - apt-get update && apt-get install -y --no-install-recommends python3-pip python3 make git wget software-properties-common
     - wget -O pandoc.deb https://github.com/jgm/pandoc/releases/download/2.18/pandoc-2.18-1-amd64.deb && dpkg -i pandoc.deb && rm --interactive=never pandoc.deb
-    - ./installpelican.sh
-    - pip3 install tzlocal markdown pelican-pandoc-reader gitpython typogrify
+    - pip3 install -r requirements.txt
     - git clone https://gitlab.gwdg.de/GAUMI-fginfo/fg-website-data.git content
   script:
     - make publish
-- 
GitLab