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 - test
- deploy - deploy
Atheneum:Tests:
tests:
image: python:3.6-slim-stretch image: python:3.6-slim-stretch
stage: test stage: test
script: script:
@ -13,7 +13,7 @@ Atheneum:Tests:
tags: tags:
- docker - docker
Atheneum:Pages:
pages:
image: python:3.6-slim-stretch image: python:3.6-slim-stretch
stage: deploy stage: deploy
script: script:

Loading…
Cancel
Save