aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
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