summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 21ce5982..3a25c6a6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: registry.gitlab.gnome.org/gnome/pygobject/main:v7
+image: registry.gitlab.gnome.org/gnome/pygobject/main:v8
stages:
- build_and_test
@@ -81,12 +81,12 @@ python3-mingw64:
python2.7:
variables:
- PYENV_VERSION: "2.7.15"
+ PYENV_VERSION: "2.7.15-debug"
<<: *defaults
python3.5:
variables:
- PYENV_VERSION: "3.5.5"
+ PYENV_VERSION: "3.5.6"
<<: *defaults
python3.6:
@@ -96,7 +96,7 @@ python3.6:
python3.7:
variables:
- PYENV_VERSION: "3.7.0"
+ PYENV_VERSION: "3.7.0-debug"
<<: *defaults
pypy2: