diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2020-12-11 17:07:20 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2020-12-11 17:07:20 -0800 |
commit | dbfc6e9bacaab4960e814192d66eefea87ef8930 (patch) | |
tree | c9213fdb4d76504a20bd7da3597dcd78a8c55cc3 | |
parent | 91628426678a635f26cf992dbd5caedb4a3ae24b (diff) | |
download | fatcat-dbfc6e9bacaab4960e814192d66eefea87ef8930.tar.gz fatcat-dbfc6e9bacaab4960e814192d66eefea87ef8930.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: |