diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b40a30f6088eab233c8ac0d2b15eaeb94550f552..3f63eb5171ec17bcdc094a188004b9f77f272e18 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -76,6 +76,8 @@ test_docker_selenium: before_script: - apt-get -y update && eatmydata apt-get -y install chromium-driver - eatmydata pip install selenium pytest-selenium + - poetry export --without-hashes --dev -f requirements.txt | pip install -r /dev/stdin + - eatmydata pip install dist/*.whl - adduser --disabled-password --gecos "Test User" testuser script: - sudo -u testuser eatmydata tox -e selenium