diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4e28cf087fd16f96b413bb9b067bbc172f9cfde0..c05405fdde4a450b94a2f5131759a3a83672b924 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,20 +1,33 @@
  stages:
-    - build robot
+ #   - build robot
+    - test
 
- build robot:
-   stage: build robot
+ test:
+    stage: test
+    image: gitlab.labranet.jamk.fi:4567/conduitmiau/kubetest
+    script:
+      - export ROBOT_TESTS=PATH_TO_TESTS_DIRECTORY/
+      - export OUTPUT_DIR=DIRECTORY_TO_SAVE_OUTPUT_TO
+      - run.sh
+    artifacts:
+      paths:
+        - DIRECTORY_TO_SAVE_OUTPUT_TO/
 
-   image:
-    name: gcr.io/kaniko-project/executor:debug
-    entrypoint: [""]
 
-   script:
+#  build robot:
+#    stage: build robot
 
-  #Build robot
+#    image:
+#     name: gcr.io/kaniko-project/executor:debug
+#     entrypoint: [""]
+
+#    script:
+
+#   #Build robot
    
-    - echo "Building robot"
-    - echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"}}}" > /kaniko/.docker/config.json
-    - /kaniko/executor --context $CI_PROJECT_DIR/robot-framework --dockerfile $CI_PROJECT_DIR/robot-framework/Dockerfile --destination $CI_REGISTRY_IMAGE:robot
+#     - echo "Building robot"
+#     - echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"}}}" > /kaniko/.docker/config.json
+#     - /kaniko/executor --context $CI_PROJECT_DIR/robot-framework --dockerfile $CI_PROJECT_DIR/robot-framework/Dockerfile --destination $CI_REGISTRY_IMAGE:robot