diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-10-21 14:14:18 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-10-21 14:19:32 -0700 |
commit | d25fc52a7fc1d2b5de6bfaa16afe9256b3175181 (patch) | |
tree | faf5e6f94b53797e232ed6ac0fe1e165e2bac993 /.gitlab-ci.yml | |
parent | 3548e54d733b8937b0c2c9c3f45f21c91819d1f0 (diff) | |
download | grobid_tei_xml-d25fc52a7fc1d2b5de6bfaa16afe9256b3175181.tar.gz grobid_tei_xml-d25fc52a7fc1d2b5de6bfaa16afe9256b3175181.zip |
gitlab CI try again
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 3 |
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: |