From 743a7ba3d108d8f1ddc00221e7f42ec497f7a54a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Holene=20L=C3=B8kkeborg?= <thomahl@stud.ntnu.no> Date: Sun, 1 Mar 2020 18:20:14 +0100 Subject: [PATCH] =?UTF-8?q?#28=20tagger=20jobber=20for=20=C3=A5=20kj=C3=B8?= =?UTF-8?q?re=20p=C3=A5=20ny=20runner?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 380a606..63dd00d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,6 +5,8 @@ stages: job_lint_flake8: stage: lint + tags: + - ci-ubuntu-executor-docker image: morkolai/soitool-ci script: - flake8 --version @@ -12,6 +14,8 @@ job_lint_flake8: job_lint_pylint: stage: lint + tags: + - ci-ubuntu-executor-docker image: morkolai/soitool-ci script: - pylint --version @@ -19,6 +23,8 @@ job_lint_pylint: job_lint_bandit: stage: lint + tags: + - ci-ubuntu-executor-docker image: morkolai/soitool-ci script: - bandit --version @@ -26,6 +32,8 @@ job_lint_bandit: job_lint_pydocstyle: stage: lint + tags: + - ci-ubuntu-executor-docker image: morkolai/soitool-ci script: - pydocstyle --version @@ -33,6 +41,8 @@ job_lint_pydocstyle: job_test_gui_ubuntu_vnc: stage: test + tags: + - ci-ubuntu-executor-docker image: morkolai/soitool-ci script: # -platform because running with a screen is not supported @@ -57,6 +67,8 @@ job_test_gui_ubuntu: job_pages_smoke_test: stage: deploy + tags: + - ci-ubuntu-executor-docker image: morkolai/soitool-ci script: - mkdir public @@ -70,6 +82,8 @@ job_pages_smoke_test: # name has to be pages pages: stage: deploy + tags: + - ci-ubuntu-executor-docker image: morkolai/soitool-ci script: - mkdir public -- GitLab