From 3af84c76919c64b75d5deca89bd0f109af9b7541 Mon Sep 17 00:00:00 2001 From: Drew Short Date: Sun, 29 Jul 2018 14:58:07 -0500 Subject: [PATCH] Removed no-cache parameter --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 20ded7f..1e07043 100644 --- a/.gitlab-ci.yml +++ b/.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