diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e9fdb0fa2dce032dd534859f92a988e82309b23b..dfadfa88794e087657b72979f8176692f47486bb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,8 +19,6 @@ build:
 
 test:
   image: openjdk:11
-  tags:
-    - docker
   stage: test
   needs:
     - build
@@ -33,8 +31,6 @@ test:
 
 timing:
   image: openjdk:11
-  tags:
-    - docker
   stage: benchmark
   needs:
     - build