diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6e1be268e2d60185f65e1b72d190bfebecccc305..75e80affb784e948fc1925ffe53b5bedf69ac384 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: node:10
+image: node:10-buster
 
 variables:
   SITE_NAME: piratipracuji.cz
@@ -19,7 +19,7 @@ build:
     - yarn generate
   after_script:
     - echo "{ \"name\":\"$SITE_NAME\" }" > request.json
-    - "curl -k -H 'Content-Type: application/json' -X POST -d @request.json $WEBHOOK_URL"
+    - "curl -H 'Content-Type: application/json' -X POST -d @request.json $WEBHOOK_URL"
   artifacts:
     expire_in: 30 min
     paths: