From fcf90d7422b5a0b26d8e8b6cb6f55420fbbe7da2 Mon Sep 17 00:00:00 2001
From: Josh Morgenstern <josh@morgenstern.dev>
Date: Tue, 18 May 2021 00:21:42 +0200
Subject: [PATCH] [#25] its before_script on gitlab!

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e17e93fe..f7f7f7bd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -47,7 +47,7 @@ deploy_doc_develop:
     - webserver
   variables:
     GIT_STRATEGY: none
-  pre-script:
+  before_script:
     - usermod -a -G www-data gitlab-runner
   script:
     - mv doc/html /html
@@ -64,7 +64,7 @@ deploy_doc_branch:
     - webserver
   variables:
     GIT_STRATEGY: none
-  pre-script:
+  before_script:
     - usermod -a -G www-data gitlab-runner
   script:
     - mv doc/html /html/branch/$CI_COMMIT_BRANCH
-- 
GitLab