Skip to content
Snippets Groups Projects
Commit 5b205d90 authored by Anders H. Rebner's avatar Anders H. Rebner
Browse files

Merge branch 'pipeline-bruker-ny-runner' into 'master'

#28 tagger jobber for å kjøre på ny runner

See merge request !13
parents cf1ebcd1 743a7ba3
No related branches found
No related tags found
1 merge request!13#28 tagger jobber for å kjøre på ny runner
Pipeline #72420 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment