From 4d596299e42cb1e899d492c8414a4513c4c9f8f2 Mon Sep 17 00:00:00 2001 From: Drew Short Date: Sun, 29 Jul 2018 15:16:20 -0500 Subject: [PATCH] Development --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3ebd2bb..313da03 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ stages: - test - - pages + - deploy Atheneum:Tests: image: python:3.6-slim-stretch @@ -15,7 +15,7 @@ Atheneum:Tests: Atheneum:Pages: image: python:3.6-slim-stretch - stage: pages + stage: deploy script: - python3 -m pip install pipenv - cd server