diff options
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e6043ec..2a591c7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: tirtir/fuzzycat-ci:1.0 +image: tirtir/fuzzycat-ci:latest stages: - test @@ -10,6 +10,7 @@ before_script: tests: stage: test script: + - python3 --version - pipenv install - pipenv run pytest |