Browse Source

Merge branch 'development' into 'master'

Adjusting pages job

See merge request warricksothr/Atheneum!5
merge-requests/8/head
Drew Short 6 years ago
parent
commit
3743ace34c
  1. 4
      .gitlab-ci.yml

4
.gitlab-ci.yml

@ -2,7 +2,7 @@ stages:
- test
- deploy
Atheneum:Tests:
tests:
image: python:3.6-slim-stretch
stage: test
script:
@ -13,7 +13,7 @@ Atheneum:Tests:
tags:
- docker
Atheneum:Pages:
pages:
image: python:3.6-slim-stretch
stage: deploy
script:

Loading…
Cancel
Save