Browse Source

Development

merge-requests/8/head
Drew Short 6 years ago
parent
commit
4d596299e4
  1. 4
      .gitlab-ci.yml

4
.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

Loading…
Cancel
Save