From ecca40b685531933a6032e510121ed54cb76e60f Mon Sep 17 00:00:00 2001 From: msimonin <matthieu.simonin@inria.fr> Date: Fri, 1 Jul 2022 14:38:26 +0200 Subject: [PATCH] Fix CI --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 60bbcaf..b8a0791 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,6 +4,7 @@ image: python:3.6 python3.6: + tags: [ci.inria.fr] image: python:3.6 stage: test script: @@ -12,6 +13,7 @@ python3.6: - tox -e pep8 python3.7: + tags: [ci.inria.fr] image: python:3.7 stage: test script: @@ -20,6 +22,7 @@ python3.7: - tox -e pep8 python3.8: + tags: [ci.inria.fr] image: python:3.8 stage: test script: @@ -28,6 +31,7 @@ python3.8: - tox -e pep8 python3.9: + tags: [ci.inria.fr] image: python:3.9 stage: test script: -- GitLab