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

modify tag's name in .gitlab-ci.yml

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