diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3b4d45849a18cde71212fdc9891a5ee1afb66200..e0243407cbf6903c262113b235cb94453992a307 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,9 +18,7 @@ test:
   stage: test
   image: docker:19.03.12
   services:
-    - image: ngsi-local
-      environment:
-        - FOLDER=/ngsi
+    - ngsi-local
   script:
     - scripts/setBasePath.sh https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master http://localhost:9090
     - docker run --network host -i -v ${PWD}/:/data wistefan/redocly-openapi-cli bundle /data/spec/updated/ngsi-ld-spec-open-api.json -o /data/spec/updated/full_api.json
diff --git a/docker/Dockerfile b/docker/Dockerfile
new file mode 100644
index 0000000000000000000000000000000000000000..ade0699460dc7fbc866e5313132a00fb61608933
--- /dev/null
+++ b/docker/Dockerfile
@@ -0,0 +1,2 @@
+FROM halverneus/static-file-server
+ADD . /web
\ No newline at end of file