diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1c913118..cb26511f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,14 +30,14 @@ stages: - cd testing && QSPPRED_TEST_SPLIT_UNITS=true QSPRPRED_VERBOSE_LOGGING=true ./run.sh # Run tests on the recent Python (linux image) -#test:python3.12: -# extends: .test -# image: python:3.12 +test:python3.12: + extends: .test + image: python:3.12 #test:python3.11: # extends: .test # image: python:3.11 -test:python3.10: - extends: .test - image: python:3.11 \ No newline at end of file +#test:python3.10: +# extends: .test +# image: python:3.11 \ No newline at end of file