From 6d6c83bd22dff58b31827fd319476594288c8df2 Mon Sep 17 00:00:00 2001 From: deed Date: Tue, 30 Jul 2019 20:08:19 +0200 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5512390..fa5d59e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,6 +15,7 @@ Linux client build: - git clone https://git.khaganat.net/deed/khaganat-web.git - cd khaganat-web + - python3 -m pip3 install --user pipenv - pipenv --three update - pipenv install django - pipenv install django-bulma -- GitLab