Skip to content
Snippets Groups Projects

ci(gitlab-ci): 'image:' is not longer a global keyword

1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
+ 2
1
image: python:3.7
default:
image: python:3.7
before_script:
- pip install tox
Loading