summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml13
1 files changed, 8 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ce06132c..e4468607 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,8 +1,3 @@
-services:
- - docker
-
-image: lazka/pygobject:pyenv
-
stages:
- build_and_test
- coverage
@@ -13,6 +8,7 @@ cache:
.defaults: &defaults
stage: build_and_test
+ image: lazka/pygobject:pyenv
artifacts:
paths:
- coverage/
@@ -32,6 +28,7 @@ cache:
coverage:
stage: coverage
+ image: lazka/pygobject:pyenv
artifacts:
paths:
- coverage/
@@ -92,3 +89,9 @@ python3.7:
variables:
PYENV_VERSION: "3.7.0b2"
<<: *defaults
+
+xenial-i386-py2:
+ stage: build_and_test
+ image: lazka/pygobject:pyenv-old
+ script:
+ - bash -x ./.gitlab-ci/test-docker-old.sh