Update .gitlab-ci.yml file

This commit is contained in:
Simon 2021-10-04 17:17:12 +00:00
parent e07f3fc4e1
commit 00761187e7
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,8 @@ stages: # List of stages for jobs, and their order of execution
build-job: # This job runs in the build stage, which runs first.
stage: build
tags:
- buildx
script:
- echo "Compiling the code..."
- cd docker-configs