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