Browse Source

Adjusting jobs according to gitlab documents

* https://docs.gitlab.com/ce/user/project/pages/getting_started_part_two.html
merge-requests/5/head
Drew Short 6 years ago
parent
commit
38a25aa647
  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