From 6c6f80d13d005dc99797167c41821c6ff46d45f7 Mon Sep 17 00:00:00 2001
From: Orestis <orestis.malaspinas@pm.me>
Date: Fri, 18 Feb 2022 22:36:38 +0100
Subject: [PATCH] updated ci

---
 .gitlab-ci.yml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8ce5852..ce07b89 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,6 +4,10 @@ image: docker:latest
 
 # services:
 #   - docker:dind
+#
+stages:
+  - build_pandoc
+  - build
 
 before_script:
   - echo "$CI_REGISTRY_PASSWORD" | docker login -u "$CI_REGISTRY_USER" --password-stdin
@@ -25,7 +29,7 @@ build-c-pandoc:
 build-pandoc:
   tags:
     - dfromd
-  stage: build
+  stage: build_pandoc
   script:
     - cd pandoc
     - docker build --pull -t omalaspinas/pandoc .
-- 
GitLab