From 411ac078ec7d1a93ff1de6969c45a1b33b7165b6 Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Thu, 12 Dec 2019 23:53:27 +0100 Subject: [PATCH] [CI] Only run python3.8 tests on 3.8 CI job --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 60dda1530..5318c9d9f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,7 +23,7 @@ test: before_script: - adduser --disabled-password --gecos "Test User" testuser script: - - sudo -u testuser tox + - sudo -u testuser tox -e py38 artifacts: paths: - htmlcov/ -- GitLab