From baef647a66c35838c98a3c8cff6ed9b6ba6cb6a4 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Wed, 2 Dec 2020 23:44:13 +0100 Subject: ci image docs --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2063318..d838ef2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,3 +1,5 @@ +# https://hub.docker.com/r/tirtir/fuzzycat-ci/tags +# https://git.sr.ht/~miku/dockerfiles/blob/master/fuzzycat-ci/Dockerfile image: tirtir/fuzzycat-ci:latest stages: @@ -13,3 +15,4 @@ tests: - python3 --version - pipenv install - pipenv run pytest -vv -s + -- cgit v1.2.3