Skip to content
Snippets Groups Projects
Commit e5ac3000 authored by Mateusz Klimaszewski's avatar Mateusz Klimaszewski
Browse files

Export variable as string.

parent 3f92dc8d
1 merge request!16Add gitlab CI configuration.
Pipeline #2244 passed with stage
in 3 minutes and 42 seconds
...@@ -20,7 +20,7 @@ before_script: ...@@ -20,7 +20,7 @@ before_script:
unittests: unittests:
stage: test stage: test
script: script:
- export SKIP_TEST=True - export SKIP_TEST="1"
- tox -v -e pytest - tox -v -e pytest
pypi_publish: pypi_publish:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment