From 54d890be80bd8489c65d0d436ce68d97c09ce321 Mon Sep 17 00:00:00 2001 From: nazunalika Date: Sun, 12 Dec 2021 23:41:48 -0700 Subject: [PATCH] fix up gitlab ci --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index efd576e..eb10d42 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ before_script: - pip3 install -r requirements.txt test: - image: rockylinux:latest + image: "rockylinux:latest" stage: test script: - mkdocs build --script --verbose --site-dir test