Skip to content
Snippets Groups Projects
Commit 5e64a618 authored by Dojo's avatar Dojo
Browse files

Add .gitlab-ci.yml (DO NOT MODIFY THIS FILE)

parent c6c13ce3
No related branches found
No related tags found
No related merge requests found
Pipeline #33627 passed
###################################################################################################################
# DO NOT MODIFY THIS FILE
# This file is the ci/cd pipeline that will be used to test your assignment
###################################################################################################################
variables:
GIT_SUBMODULE_STRATEGY: recursive
GIT_SUBMODULE_FORCE_HTTPS: "true"
DOCKER_HOST: tcp://docker:2375
DOCKER_TLS_CERTDIR:
DOCKER_DRIVER: overlay2
stages:
- dojo
dojo:
stage: dojo
tags:
- dojo_assignment
services:
- docker:24.0.6-dind
image:
name: dojohesso/dojo_assignment_checker:latest
script:
- dojo_assignment_checker
allow_failure: false
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment