diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4956b32b45ef489d00302d4718d0582b3e726259..2006cad678b62623ced30ab5bbcf638b0e65d13b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -23,31 +23,14 @@
 #
 #
 
-stages:
-    - deploy
-    - test
-    - style
+services:
+  sqldb:
+    image: debian:stretch
+    alias: debian
+  caosdb-server:
+    image: hello-world:latest
+    alias: hello
 
-code_style:
-  stage: style
-  script: "flake8 --count ."
-
-deploy-to-swarm:
-  stage: deploy
-  tags: 
-    - thin_dind
-  image: docker:latest
-  variables:
-    SERVICE_NAME: caosdb_stack
-  script:
-    - docker login -u testuser -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
-    - docker ps
-    - docker image ls
-    - docker stack deploy 
-      --with-registry-auth 
-      --compose-file=.docker-compose-base.yml 
-      $SERVICE_NAME
 test:
-  stage: test
-  script: 
-    - echo "test"
+  script:
+    - sleep 60