From c20b3374554903dfd8e27d8fc7b3aa2810f13498 Mon Sep 17 00:00:00 2001 From: "Puthanangadi, George (PG/T - Comp Sci & Elec Eng)" <gp00661@surrey.ac.uk> Date: Fri, 5 May 2023 13:12:13 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9020995..6b9c13f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ -run_tests: - image: python:3.11.3-slim-buster - - script: - make test +run_test: + image: python:3.9 + script: + - pip install -r requirements.txt + - pytest -- GitLab