Skip to content
Snippets Groups Projects

gitlab-ci: Set tags properly

Merged Ben Gamari requested to merge fix-ci into master
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -3,6 +3,8 @@ variables:
validate:
image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb9:$DOCKER_REV"
tags:
- x86_64-linux
before_script:
- git clean -xdf
- sudo apt install -y time
Loading