From 87c2bbb574bd1835b1f56b3f43fa0be5563de1ec Mon Sep 17 00:00:00 2001
From: Rasmus Sode Lund <rsod@dtu.dk>
Date: Mon, 26 Jun 2023 09:04:25 +0000
Subject: [PATCH] Update .gitlab-ci.yml file

---
 .gitlab-ci.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7ee0998b..c7221bb5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -37,7 +37,6 @@ pages:  # "pages" is a job specifically for GitLab pages [1]
     deploy
   image: registry.windenergy.dtu.dk/hawc2/hawc2-binary/dockerimages/ubuntu_conda
   script:  # use sphinx to build docs, move to public page
-  - apt-get update
   - pip install --upgrade pip
   - pip install sphinx --upgrade
   - pip install nbsphinx==0.3.5
-- 
GitLab