Browse Source

Merge branch 'development' into 'master'

Development

See merge request warricksothr/Atheneum!4
merge-requests/8/head
Drew Short 6 years ago
parent
commit
068061dbfb
  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