diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5a8ce6056cf3f8a62b2d082d273d10eb4390e463..cc0d059f78e79c77a335ba83dde26ebc9fd2af7f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -63,16 +63,6 @@ test-amdgpu-cpu: tags: - compute -test-pocl-gpu: - image: aparapi/aparapi-pocl:latest - stage: test - script: - - clinfo - - if [[ "$(clinfo | grep 'Device Type')" != *"GPU"* ]]; then exit -1; fi - - mvn $MAVEN_CLI_OPTS test - tags: - - opencl - test-pocl-cpu: image: aparapi/aparapi-pocl:latest stage: test