diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2020-12-02 20:46:43 +0100 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2020-12-02 20:46:43 +0100 |
commit | e359c23ca477fcbe2f5ecac5178ae43524b24d11 (patch) | |
tree | 9c2cec4374cdb6bbfe9318c86184c12dedb1a283 | |
parent | c3dbdab31173caeb595c12db71e2bbd9513a81d3 (diff) | |
download | fuzzycat-e359c23ca477fcbe2f5ecac5178ae43524b24d11.tar.gz fuzzycat-e359c23ca477fcbe2f5ecac5178ae43524b24d11.zip |
change ci image (missing gcc)
-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 fdd9581..bcfe871 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: python:3.8.5-slim-buster +image: bnewbold/fatcat-test-base:latest stages: - test |