diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2020-04-16 18:37:46 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2020-04-16 18:37:48 -0700 |
commit | bcfdcf42b60af547e0ba3810f262306b3b6cecc7 (patch) | |
tree | cafc033b0dd39f50482934b323733e872a6a7c9a | |
parent | abb92d6913f32697528f296baea524d81a505999 (diff) | |
download | fatcat-bcfdcf42b60af547e0ba3810f262306b3b6cecc7.tar.gz fatcat-bcfdcf42b60af547e0ba3810f262306b3b6cecc7.zip |
ci: switch to fatcat-test-base Docker image
Goal is to speed up CI runs.
-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 69b28ecd..dd70e1f8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,7 @@ variables: PIPENV_VENV_IN_PROJECT: "true" CARGO_HOME: ".cargo_cache" -image: "rust:1.42-buster" +image: "bnewbold/fatcat-test-base:latest" unified_test: variables: |