From ccf9ecd485a9a8e514e24c196891a00bbcdbca94 Mon Sep 17 00:00:00 2001 From: Markus Scheidgen <markus.scheidgen@gmail.com> Date: Thu, 4 Jun 2020 17:41:58 +0200 Subject: [PATCH] Perfrom install test with python 3.7." --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1731db1afd..b09bbf57aa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -96,7 +96,7 @@ tests: install_tests: stage: test - image: python:3.6 + image: python:3.7 before_script: - git submodule sync - git submodule update --init --jobs=4 -- GitLab