Skip to content
Snippets Groups Projects
Commit 7cc0bba0 authored by Mikhail Smirnov's avatar Mikhail Smirnov :dart:
Browse files

Merge branch 'test-dev' into 'another-dev'

Test dev to another dev

See merge request !6
parents bc0d7cfd 26113263
No related branches found
No related tags found
2 merge requests!7Add CICD for test,!6Test dev to another dev
Pipeline #219401 passed
image: python:3.8-slim
# variables:
# PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
cache:
paths:
- .cache/pip
- venv/
before_script:
- python --version # For debugging
- pip install virtualenv
- virtualenv venv
- source venv/bin/activate
test-python3.8:
script:
- pwd
- ls -l
- python ./tests/test_general.py -v
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