Skip to content
Snippets Groups Projects
Commit eec89e40 authored by Jakub Balicki's avatar Jakub Balicki
Browse files

test

parent bba93374
No related branches found
No related tags found
No related merge requests found
Pipeline #9455 failed
......@@ -4,6 +4,9 @@ default:
# before script for check_style and tests
.style_and_test_template:
before_script:
- apt update -y && apt upgrade -y
- apt install -y iputils-ping
- ping google.com
- pip install poetry==1.1.8 poetry-core==1.0.4
- poetry install
- source `poetry env info --path`/bin/activate
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment