diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 07d5009..0d5a8fd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ pytest: - stage: test - script: - - python -m venv .venv - - source ./.venv/scripts/activate - - pytest \ No newline at end of file + stage: test + script: + - python -m venv .venv + - source ./.venv/scripts/activate + - pytest \ No newline at end of file