|
@ -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: |
|
|