diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2130f26d6be5ccf8185aebd9f03003645cb9c2f8..6c51653c1a03a663601c9d49afbcd898f7fc86b9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,4 +7,4 @@ PythonBuild: untracked: true script: - apt-get update && apt-get install python3 -y - - python3 helloworld.py \ No newline at end of file + - bash build.sh \ No newline at end of file