Skip to content
Snippets Groups Projects

Update .gitlab-ci.yml

Merged Andri Fränkl requested to merge andri.fraenkl-main-patch-63784 into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -6,7 +6,7 @@ default:
@@ -6,7 +6,7 @@ default:
my_tests:
my_tests:
# Good to put a small description here of what this job does
# Good to put a small description here of what this job does
before_script:
before_script:
- pip install -r requirements.txt
- pip install -r requirements_dev.txt
script:
script:
- echo "Command 1"
- echo "Command 1"
- echo "Command 2"
- echo "Command 2"
Loading