From 77faff152096c14758feaf0800036e973d699d53 Mon Sep 17 00:00:00 2001 From: Drew Short Date: Sun, 29 Jul 2018 14:53:23 -0500 Subject: [PATCH] Testing pages production --- .gitlab-ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 011ed30..ee67021 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,8 +18,7 @@ Atheneum:Pages: stage: pages script: - python3 -m pip install pipenv - - pipenv install --dev - - pipenv shell + - pipenv install --dev --system - cd server/documentation - apt --no-cache install make - make html @@ -29,5 +28,3 @@ Atheneum:Pages: - public tags: - docker - only: - - master