diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 06dc0fe1b17ecb68581eb43e1c3bd8d754d29ef1..e89e6b51dc736d7e7bce6f2caa6cabba2296b7ac 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,6 @@
-# The Docker image that will be used to build your app
-image: alpine:latest
-
 pages:
+  tags:   
+  - public-docker
   script:
     - mkdir -p public  # Ensure the public folder exists
     - cp index.html public/  # Move your HTML file into the public folder