From 98f1c2297143e48c52e38afbacb3be257b9f8e32 Mon Sep 17 00:00:00 2001 From: "Olivier J.N. Bertrand" <olivier.bertrand@uni-bielefeld.de> Date: Mon, 2 Jul 2018 23:13:52 +0200 Subject: [PATCH] Correct typo --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a7848bb..da12ed7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,7 @@ navipy_install: - virtualenv -p python3 venv - source venv/bin/activate - pip3 install . - - python navipy/script/config_matplotlib_server.py # because no interactive backend + - python navipy/scripts/config_matplotlib_server.py # because no interactive backend artifacts: paths: @@ -79,4 +79,4 @@ doc_build: paths: - doc/build - expire_in: 1 week \ No newline at end of file + expire_in: 1 week -- GitLab