diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 60bbcafead47c75fdcd5ed001bf249205548606f..b8a0791200764441b55326c9cc294622a6bfa85e 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: