diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 24e6cc9..4dd4114 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,6 +23,7 @@ test: - pip install pytest httpx - openssl genrsa -out app/instance.private.pem 2048 - openssl rsa -in app/instance.private.pem -outform PEM -pubout -out app/instance.public.pem + - cd test script: - pytest main.py