Browse Source

Removed no-cache parameter

merge-requests/3/head
Drew Short 6 years ago
parent
commit
3af84c7691
  1. 2
      .gitlab-ci.yml

2
.gitlab-ci.yml

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

Loading…
Cancel
Save