EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 910eefff authored by Mussab Abdalla's avatar Mussab Abdalla
Browse files

fixing typo

parent 4055325e
No related branches found
No related tags found
No related merge requests found
...@@ -82,7 +82,7 @@ test: ...@@ -82,7 +82,7 @@ test:
before_script: before_script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
script: script:
apk add --update py-pip - apk add --update py-pip
- pip install -r requirements.txt - pip install -r requirements.txt
- pytest - pytest
- docker stack deploy -c docker-compose.vhr18.yml -c docker-compose.vhr18.dev.yml vhr18-pvs - docker stack deploy -c docker-compose.vhr18.yml -c docker-compose.vhr18.dev.yml vhr18-pvs
......
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