diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e758d587c0569fd80cef316bb4b39aafb2097bd3..d98f7e4fc75c436f1ade5ea6b0e4d046043b38f9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ default: my_tests: # Good to put a small description here of what this job does before_script: - - pip install -r requirements.txt + - pip install -r requirements_dev.txt script: - echo "Command 1" - echo "Command 2"