summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index eeb02e0..5ea0e58 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,8 @@
image: "ubuntu:focal"
before_script:
- - apt install pipenv
+ - apt update -qy
+ - apt install pipenv -qy
- pipenv --version
variables: