diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2020-12-11 17:07:20 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2020-12-22 18:24:05 -0800 |
commit | 623d25deff110a05e591e376f3f44663e207fef0 (patch) | |
tree | 734604c38203c1991dae8584b6e82266863fd29b | |
parent | cb26a9db2a45da7318bb2671191ecbeebd4681a7 (diff) | |
download | fatcat-623d25deff110a05e591e376f3f44663e207fef0.tar.gz fatcat-623d25deff110a05e591e376f3f44663e207fef0.zip |
gitlab CI: explicitly use xenial tag of image
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c563c487..95b3567b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,7 @@ variables: PIPENV_VENV_IN_PROJECT: "true" CARGO_HOME: ".cargo_cache" -image: "bnewbold/fatcat-test-base:latest" +image: "bnewbold/fatcat-test-base:xenial" unified_test: variables: |