diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c2c1614c188952e35c1837d7c20502e59b150f6b..6997187ad25e2cab009d50db09cc1f7c2c4c49d6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,13 +1,13 @@ -Python 2.7 AMD CPU: +Python 2.7 Intel CPU: script: - py_version=2.7 - - export PYOPENCL_TEST=amd:pu + - export PYOPENCL_TEST=int:pu - EXTRA_INSTALL="numpy mako" - curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project.sh - ". ./build-and-test-py-project.sh" tags: - python2.7 - - amd-cl-cpu + - intel-cl-cpu except: - tags Python 2.7 POCL: