From fb9fe54b9d984c5ae7578347be095c3fa8454b3b Mon Sep 17 00:00:00 2001 From: Luke Else Date: Sat, 13 Jan 2024 14:22:29 +0000 Subject: [PATCH] Fixed pipeline file --- .gitlab-ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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