diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 10c6580faad6a583f12f1d860b8863f478a4344f..aba598c7197541ecfbe772e9f469eea1882e3bbf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,7 +17,7 @@ # reports: # junit: test/pytest.xml -Python 3 POCL: +Pytest POCL: script: - export PY_EXE=python3 - export PYOPENCL_TEST=portable:pthread @@ -33,7 +33,7 @@ Python 3 POCL: reports: junit: test/pytest.xml -Python 3 Titan X: +Pytest Titan X: script: - py_version=3 - export PYOPENCL_TEST=nvi:titan @@ -50,7 +50,7 @@ Python 3 Titan X: reports: junit: test/pytest.xml -Python 3 Conda: +Pytest Conda: script: # Disable caching to ensure SymEngine code generation is exercised. - export SUMPY_NO_CACHE=1 @@ -67,7 +67,7 @@ Python 3 Conda: reports: junit: test/pytest.xml -Python 3.6 POCL Titan X: +Pytest POCL Titan X: script: # Disable caching to ensure SymEngine code generation is exercised. - export SUMPY_NO_CACHE=1