From 7aa2e3f187b27bd31811d3a6a735869f1cd691c3 Mon Sep 17 00:00:00 2001 From: Luis Aleixo Date: Tue, 5 Oct 2021 16:20:07 +0200 Subject: [PATCH] Re-enable pipeline --- .gitlab-ci.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0e81d047..8e3ddd0b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,13 +11,13 @@ variables: # A full installation of CARA, tested with pytest. -# test_install: -# extends: .acc_py_full_test +test_install: + extends: .acc_py_full_test # A development installation of CARA tested with pytest. -# test_dev: -# extends: .acc_py_dev_test +test_dev: + extends: .acc_py_dev_test # A development installation of CARA tested with pytest. @@ -69,10 +69,10 @@ check_openshift_config_prod: # A development installation of CARA tested with pytest. -# test_dev-39: -# variables: -# PY_VERSION: "3.9" -# extends: .acc_py_dev_test +test_dev-39: + variables: + PY_VERSION: "3.9" + extends: .acc_py_dev_test .image_builder: