Skip to content
Snippets Groups Projects
Commit 625a4298 authored by Thomas Holene Løkkeborg's avatar Thomas Holene Løkkeborg
Browse files

#4 bruker nå soitoo-ci Docker image

endret image for å virke mer profesjonell
parent 72716b67
No related branches found
No related tags found
No related merge requests found
Pipeline #70084 passed
......@@ -5,14 +5,14 @@ stages:
job_lint_flake8:
stage: lint
image: morkolai/paa-bittet-ci
image: morkolai/soitool-ci
script:
- flake8 --version
- flake8 soitool
job_lint_pylint:
stage: lint
image: morkolai/paa-bittet-ci
image: morkolai/soitool-ci
script:
- pylint --version
- pip install pyside2
......@@ -20,14 +20,14 @@ job_lint_pylint:
job_lint_bandit:
stage: lint
image: morkolai/paa-bittet-ci
image: morkolai/soitool-ci
script:
- bandit --version
- bandit -r soitool
job_lint_pydocstyle:
stage: lint
image: morkolai/paa-bittet-ci
image: morkolai/soitool-ci
script:
- pip install pydocstyle
- pydocstyle --version
......@@ -35,7 +35,7 @@ job_lint_pydocstyle:
job_test_gui_ubuntu_vnc:
stage: test
image: morkolai/paa-bittet-ci
image: morkolai/soitool-ci
before_script:
- apt-get install -y libgl1-mesa-glx
script:
......@@ -63,7 +63,7 @@ job_test_gui_ubuntu:
# name **må** være pages
pages:
stage: deploy
image: morkolai/paa-bittet-ci
image: morkolai/soitool-ci
script:
- mkdir public
- pip install pdoc3 pyside2
......
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