Skip to content
Snippets Groups Projects
Commit 4dac041d authored by Lan Dam's avatar Lan Dam
Browse files

change tag name to passoft for it stuck with soh tag name

parent da389ef7
No related branches found
No related tags found
1 merge request!2Gitlab CI pipeline and setup files
Pipeline #1225 failed with stage
in 1 minute and 57 seconds
...@@ -24,7 +24,7 @@ before_script: ...@@ -24,7 +24,7 @@ before_script:
flake8: flake8:
image: python 3.8 image: python 3.8
tags: tags:
- soh - passoft
stage: Build Env and Test stage: Build Env and Test
script: script:
- flake8 sohstationviewer - flake8 sohstationviewer
...@@ -33,24 +33,24 @@ flake8: ...@@ -33,24 +33,24 @@ flake8:
python3.7: python3.7:
image: python:3.7 image: python:3.7
tags: tags:
- soh - passoft
stage: Build Env and Test stage: Build Env and Test
script: script:
- python -m unittest - python -m unittest
python3.8: python3.8:
image: python:3.8 image: python:3.8
tags: tags:
- soh - passoft
stage: Build Env and Test stage: Build Env and Test
script: script:
- python -m unittest - python -m unittest
python3.9: python3.9:
image: python:3.9 image: python:3.9
tags: tags:
- soh - passoft
stage: Build Env and Test stage: Build Env and Test
script: script:
- python -m unittest - python -m unittest
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