Skip to content
Snippets Groups Projects

Fix docker image and unit-tests

Merged Frederic Danis requested to merge wip/fdanis/8803-fix-unit-tests into master
All threads resolved!
2 files
+ 5
23
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 3
3
@@ -13,9 +13,9 @@ unit-tests:
before_script:
- export DEBIAN_FRONTEND=noninteractive
- apt-get update
- apt-get install --no-install-recommends -y git python3-setuptools python3-wheel python3-pip python3-yaml python3-phabricator python3-yattag ca-certificates python3-flask python3-flask-migrate python3-flask-script python3-flask-sqlalchemy python3-psycopg2 python3-oauthlib python3-blinker python3-requests-oauthlib python3-urlobject python3-apscheduler python3-flaskext.wtf
- apt-get install --no-install-recommends -y chromium-driver perceptualdiff python3-lxml python3-nose python3-pillow python3-pytest python3-testing.postgresql python3-selenium
- pip3 install Flask-Dance Flask-Testing needle pygit2
- apt-get install --no-install-recommends -y git python3-setuptools python3-wheel python3-pip python3-yaml python3-phabricator python3-yattag ca-certificates python3-psycopg2 python3-blinker python3-urlobject python3-apscheduler
- apt-get install --no-install-recommends -y chromium-driver perceptualdiff python3-pytest python3-testing.postgresql
- pip3 install Flask-Dance Flask-migrate Flask-SQLAlchemy Flask-Testing flask_wtf lxml needle pygit2
- adduser --disabled-password --gecos "" testuser
- git clone https://gitlab.apertis.org/tests/apertis-test-cases.git /tmp/apertis-test-cases # TODO: replace by embedding the testcase definitions needed by tests
script:
Loading