diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 232224f01946c50fae7efac63edba09c0e9406a4..2345572dbeccf36c7fcb4484132a179914fa548f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -97,7 +97,7 @@ test: WEB_ROOT: http://localhost:3000 before_script: - source ./venv/bin/activate - - apt update && apt upgrade + - apt update && apt upgrade -y - apt install screen script: - cd ./backend