diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 860f05911ad6a24b2a0459ef232a8877e2223b13..1d49a9b85149cd27c8c63e15afd21d7ce1b064e7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,39 +20,39 @@ before_script:
   - echo "password ${CI_JOB_TOKEN}" >> ~/.netrc
 
 stages:
-  - build
-  - test
+#  - build
+#  - test
   - deploy
 
-build-job:
-  stage: build
-  image: python:3.10.9
-  script:
-    - python -V
-    - pip install virtualenv
-    - virtualenv venv
-    - source venv/bin/activate
-    - pwd
-    - ls -lisah
-    - git config --global url."https://gitlab.pik-potsdam.de/".insteadOf "ssh://git@gitlab.pik-potsdam.de/"
-    - pip install -r requirements.txt
-    - pip install -r requirements_dev.txt
-
-test-job1:
-  stage: test
-  image: python:3.10.9
-  script:
-    - source venv/bin/activate
-    - flake8 --config .flake8
-
-test-job2:
-  stage: test
-  image: python:3.10.9
-  script:
-    - source venv/bin/activate
-    - which python
-    - pip freeze
-    - python -m mypy --config-file=pyproject.toml server
+#build-job:
+#  stage: build
+#  image: python:3.10.9
+#  script:
+#    - python -V
+#    - pip install virtualenv
+#    - virtualenv venv
+#    - source venv/bin/activate
+#    - pwd
+#    - ls -lisah
+#    - git config --global url."https://gitlab.pik-potsdam.de/".insteadOf "ssh://git@gitlab.pik-potsdam.de/"
+#    - pip install -r requirements.txt
+#    - pip install -r requirements_dev.txt
+#
+#test-job1:
+#  stage: test
+#  image: python:3.10.9
+#  script:
+#    - source venv/bin/activate
+#    - flake8 --config .flake8
+#
+#test-job2:
+#  stage: test
+#  image: python:3.10.9
+#  script:
+#    - source venv/bin/activate
+#    - which python
+#    - pip freeze
+#    - python -m mypy --config-file=pyproject.toml server
 
 deploy-to-production:
   stage: deploy
diff --git a/requirements.txt b/requirements.txt
index 3a50af96271ccf3fdce4860ef5409e0d8309d4f5..1d509e77332a78260178b43d042c28f3f97ae488 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9,4 +9,4 @@ httpx[http2]==0.23.3
 pymitter==0.4.0
 uvicorn==0.20.0
 python-multipart==0.0.6
-nacsos_data[scripts] @ git+ssh://git@gitlab.pik-potsdam.de/mcc-apsis/nacsos/nacsos-data.git@v0.3.2
+nacsos_data[scripts] @ git+ssh://git@gitlab.pik-potsdam.de/mcc-apsis/nacsos/nacsos-data.git@v0.3.3