From 34aa6d361b349509922eea2085d91fe008fdf6a5 Mon Sep 17 00:00:00 2001 From: "Hock, Martin" <martin.hock@fst.tu-darmstadt.de> Date: Fri, 13 May 2022 15:35:57 +0200 Subject: [PATCH] Add tag --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a55e33b..7e8d628 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,12 +30,16 @@ before_script: - source venv/bin/activate test: + tags: + - env:docker script: - python setup.py test - pip install tox flake8 # you can also use tox - tox -e py36,flake8 run: + tags: + - env:docker script: - python trial_json.py # an alternative approach is to install and run: @@ -46,6 +50,8 @@ run: # - dist/*.whl pages: + tags: + - env:docker script: - pip install sphinx sphinx-rtd-theme - cd doc -- GitLab