Skip to content
Snippets Groups Projects

Fix failures in running jobs

Open Dixit Sabharwal requested to merge ds/gitlab-ci into master
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -3,6 +3,8 @@ variables:
build_autograde_docs:
stage: build
tags:
- autograde
image: docker:24.0.6
before_script:
- docker info
Loading