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

Update .gitlab-ci.yml

parent a9b144c9
No related branches found
No related tags found
2 merge requests!7Add CICD for test,!6Test dev to another dev
Pipeline #219289 passed
image: python:3.8-slim
variables:
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
# variables:
# PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
cache:
paths:
......@@ -18,5 +18,5 @@ test-python3.8:
script:
- pwd
- ls -l
- python ./tests/test_general.py
- 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