|
@ -17,7 +17,7 @@ Atheneum:Pages: |
|
|
image: python:3.6-slim-stretch |
|
|
image: python:3.6-slim-stretch |
|
|
stage: pages |
|
|
stage: pages |
|
|
script: |
|
|
script: |
|
|
- apt --no-cache install make |
|
|
|
|
|
|
|
|
- apt install make |
|
|
- python3 -m pip install pipenv |
|
|
- python3 -m pip install pipenv |
|
|
- cd server |
|
|
- cd server |
|
|
- pipenv install --dev --system |
|
|
- pipenv install --dev --system |
|
|