Skip to content
Snippets Groups Projects
Commit 7dc03c91 authored by Gottfried Gaisbauer's avatar Gottfried Gaisbauer
Browse files

mitzi-db not working, hangs on install

parent c3f42936
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ stages: ...@@ -6,7 +6,7 @@ stages:
before_script: before_script:
- apt-get -qq update - apt-get -qq update
- apt-cache search libmariadb - apt-cache search libmariadb
- apt-get install -y python3-virtualenv virtualenv redis-server redis-tools libev4 libev-dev mariadb-server - apt-get install -y python3-virtualenv virtualenv redis-server redis-tools libev4 libev-dev # mariadb-server libmariadbclient-dev
- /usr/bin/virtualenv venv --python=python3 - /usr/bin/virtualenv venv --python=python3
- . venv/bin/activate - . venv/bin/activate
- python3 -V - python3 -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