From 9cbe86947bb0aafb075b0ea8692751fae69091e1 Mon Sep 17 00:00:00 2001 From: Alexander Hosking Date: Thu, 14 Apr 2022 23:10:52 -0400 Subject: [PATCH] Fix Typo --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a6784bf..b5d25fe 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ buiild job: script: - export PYTHONPATH=. - export FLASK_APP=period - - apt-get udate -qy + - apt-get update -qy - apt-get install -y python3-dev python3-pip - pip3 install Flask gunicorn pytest pytest-cov - pytest tests --cov --cov-report term --cov-report html